Increase width of blog post

  • Posted in : Photographer
  • matkabirth
    Participant

    I would like to increase the width of my blog posts. I want them to match the width of my services page. How do I do that? I tried your recommendation of: @media screen and (min-width: 992px) {
    .blog-single .entry-content, .blog-single .layout-fixed { max-width: 740px; } } (was posted under support for another theme) – but it’s not working. Playing around with the px does nothing.

    Here is my blog page: http://rosecitybirth.com/blog/

    Here is the services page, which is the width I want my blog page to be: http://rosecitybirth.com/services-2/

    Thank you!

    matkabirth
    Participant

    Sorry, the services page was linked wrong. new link: http://rosecitybirth.com/services/

    serkan
    Moderator

    Hi matkabirth,
    You can use this custom css code;

    .blog .layout-fixed { max-width: 1060px; }

    Thanks

    matkabirth
    Participant

    Thank you!!!

    matkabirth
    Participant

    Shoot, it doesn’t look like the width carries over when I’m viewing just the single post. Is there a way to do that? Thanks!

    serkan
    Moderator

    Hi matkabirth,
    You can use this custom css code;

    .blog .layout-fixed, .single-post .layout-fixed { max-width: 1060px; }

    Thanks

    janeamandasee
    Participant

    Hi!

    I just want to check, my blog page has a sidebar but I’m wondering if I can still increase the width of my blog post so the photos could look bigger?

    http://www.amandasee.com/blog

    I tried the css codes you’ve written above but it didn’t seem to work which I think is because of the sidebar.

    Thank you in advance!

    Amanda

    serkan
    Moderator

    Hi Amanda,
    You can try to use these custom css codes;

    @media screen and (min-width: 992px) { .sidebar { width: 20%; } }
    @media screen and (min-width: 992px) { .with-sidebar { width: 74%; } }

    Thanks

    janeamandasee
    Participant

    Hi Serkan!

    Thanks! It worked great! :)
    You guys are awesome.

    serkan
    Moderator

    You’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

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

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

License required for the following item
Login and Registration Log in · Register