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

    I am using the “strtched layout” in general settings, and “Elegent” layout for blog. And I don’t want to use any sidebar for my posts and pages. So, I enables ‘no sidebar’ option in the layout. After doing so, the posts are centered in the middle of the page. I’ve tried to change the content-sidebar ratio to 70-30%, but the width is still same. but I want to increase it’s width about 100-120 px. How can I do so?

    #737189

    if there is no sidebar – how can there be an effect of changing that ratio?

    What do you like to have – a smaller or a wider space for the content in blog?
    Is there any link for us to understand your request better?

    #737192

    there are two rules to set up these values (here are the standard settings):

    #top .fullsize .template-blog .post .entry-content-wrapper {
        max-width: 800px !important;
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 600px;
    }

    try to play first with the 600px value and have a look what happens. The surrounding container .fullsize .template-blog .post .entry-content-wrapper is limited too – so if you want more than 800px width you have to increase this value too!

    #737428

    Thank you. I actually want to widden the width of the main content. What I did is, I made a child theme and made a seperate style.css file in that folder. Then, I added those lines of code, but nothing happened. I tried both of them one by one. But nothing happened. Am I doing something wrong?

    • This reply was modified 7 years, 9 months ago by nazalislam.
    #737453

    these are the default values
    Add those lines please to quick css of enfold options dialog. The style.css in the child-theme folder might work to – but it is quicker to insert it in
    Dashboard – Enfold Child – General Styling – Quick CSS ( scroll down to see the input fields)

    try:

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 800px;
    }
    #737456

    Hey!

    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 make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #737485

    Thank you very much. Now I’ve set the layout for my blogs as I wanted.

    #737493

    Hi!

    You are welcome!

    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 :)

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How can I Increase the width of Posts’ is closed to new replies.