Daria Galkova
asked 9 years ago

Hello,
When I upload a gallery inside the post it’s automatically really big, which makes the photos unsharp.
So how can I change the size of the gallery and make it smaller?
Thanks

3 Answers
DominicStaff
answered 9 years ago

Hi,
Try the following code, you can use the following code into the style.css file:

.carousel-inner > .item img {
  width: auto;
}
@media (min-width: 768px)
.carousel {
 width: 400px;
}
}

If you still face there issue, you can send me your site for further checking.
Hope this helps !

Daria Galkova
answered 9 years ago

Hi Dominic, sorry but I need your help. I cannot find the style.css file. All I have in it just a description of the theme.
My site is http://sweetklukva.com/

dominic Staff
replied 9 years ago

You can log in to Dashboard > Appearance > Editor > style.css file.
I have checked your port here and see that work great: http://sweetklukva.com/2014/12/4-marki-dlya-pokupki/
Regards,

Daria Galkova
answered 9 years ago

Hi Dominic,

sorry, but your advice didn’t help

  1. The style.css file you have mentioned contains only this info:
    /*
    Theme Name: DW Minion
    Theme URI: http://www.designwall.com/wordpress/themes/dw-minion/
    Author: DesignWall
    Author URI: http://www.designwall.com/
    Description: DW Minion is a simple and clean WordPress Blog Theme. This theme is designed which aims for a minimal and simple blog while showing off the most of your content. DW Minion supports responsive design and it’s great to blog anytime anywhere you want. Social sharing is focused and various post formats are supported. The theme is available for free, so grab it and start blogging.
    Version: 1.1.6
    License: GNU General Public License v3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
    Tags: green, light, white, three-columns, left-sidebar, right-sidebar, flexible-width, featured-images, threaded-comments, translation-ready
    Text Domain: dw-minion

DW Minion WordPress theme, Copyright (C) 2013 DesignWall
DW Minion WordPress theme is licensed under the GPL v3.0
*/

.sticky {}
.gallery-caption {}
.bypostauthor {}

Where can I find the full css file?

  1. If I add the code you’ve advice the picture changes the size, but the frame remains the same. I need is to seize the size of the frame (and the pictures) proportionally twice, because now it looks extremely big and changing the dimensions of pictures doesn’t help. http://sweetklukva.com/2014/04/fresh/

Please advice and thanks a lot

dominic Staff
replied 9 years ago

I have checked your post and if you want to resolve this issue, you can add the following code to the style.css file:
.single-post .carousel-inner>.item img { height: 350px;}

Or you can add this code to the wp-contentthemesdw-minionassetscssmain.css file.
If you still face there issue, you can send me username & password of your site (via private answer), I will help you resolve it.

Regards,

Powered by DW Question & Answer Pro