Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #363089

    How can I set the width of single blog posts?

    I have a blog page that has the following dimensions:
    Maximum Container width: 1310px
    Content | Sidebar Ratio: 75/25
    Content + Sidebar width: 100%

    So the blog page shows up as 1310px wide but when I look at a single blog post, it is only about 600px. I want the single blog post to be same as the container width 1310px.

    Ive tried this quick CSS mod but it has not effected the change I need:

    .single-post .post-title {
    max-width: 100% !important;
    }

    #363096

    Hey brahim_dagher!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; }

    Please post the link to your website if that does not work

    Cheers!
    Yigit

    #363102

    This worked. Thank You Yigit! Excellent support with this theme!

    #363104

    Hi!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Single Post Width’ is closed to new replies.