New Landing How can we help? Themeforest Theme Support Dante Full size image while reducing blog width

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #47466
    Math
    Member
    Post count: 30

    Hi,

    I’m looking to keep my blog centered and at a width of 740px. But I also want to maintain a full size image at 1170px. You’ve already answered a similar question in another blog and you gave the following CSS changes…


    .has-no-sidebar article.type-post {
    padding: 0 200px;
    }
    @media only screen and (max-width: 991px) {
    .has-no-sidebar article.type-post {
    padding: 0;
    }
    }

    This reduces everything including the image size. I would like to maintain the image at full size but reduce everything else. How can I do that?

    #48577
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hey there, if you can show me the link to your website that shows where you’d like this edits to apply to I will gladly investigate. I’d just like to make sure we’re talking about the same thing ๐Ÿ™‚ Thank you!

    #49219
    Math
    Member
    Post count: 30

    Hi Melanie,

    Here’s the link to my blog. http://bjior.com/food/focus-wheat/

    I just want to have the featured image at a larger size (full width) and keep everything else as it is currently.

    #50179
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi,

    replace the css with this one:

    .post-info.clearfix, .article-body-wrap, .related-wrap, #comment-area { padding: 0px 200px; }
    
    @media only screen and (max-width: 991px) {
    .post-info.clearfix, .article-body-wrap, .related-wrap, #comment-area { padding: 0pxpx; 
    }
    }

    Let me know if that works!

    #50680
    Math
    Member
    Post count: 30

    Yup…that worked!

    Thank you.

    #50719
    Tahir – SUPPORT
    Member
    Post count: 1212

    ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register