Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #260159

    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!

    #260161
    This reply has been marked as private.
    #260164
    This reply has been marked as private.
    #260879

    Hey!

    I wanted to take a look at your site but all i see is source code :/

    Best regards,
    Yigit

    #261221
    This reply has been marked as private.
    #261966

    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

    #262259
    This reply has been marked as private.
    #262453

    Hey!

    Please update Enfold to the latest version 2.7.1 – kriesi.at/documentation/enfold/updating-your-theme-files/
    You are currently using an older version

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.