Good morning, which is the best size for blog images? I mean, for seeing in the appropiate way at home page, and also in the single view
thanks!
Hey!
I wanted to take a look at your site but all i see is source code :/
Best regards,
Yigit
Hey!
You can adjust the container size by adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.fullsize .big-preview.single-big {
width: 80%;
margin: 0 auto;
}
In the Custom.css file there is a pre-done media query that you an add that css to so that it only effects desktop. You could also use max-width: 700px; instead of the percentage if you don’t need to worry about IE8 support.
Regards,
Devin