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

    Hi,

    I’m using the normal editor to create my articles. I like the style however the text is reduced to the center.

    How can I ask to use the full width of the page ?
    See what I’m looking for:

    Thanks,

    #1271296

    Hey Benjfdc,

    Thanks for the screenshot. Could you post a link to the actual page as well so that we can have a closer look please?

    Best regards,
    Rikard

    #1271367
    #1271409

    Hi,

    Add this to quick css:

    
    #top .fullsize .template-blog .post .entry-content-wrapper > *{
    width:60em!important;
    }
    
    .html_modern-blog #top .post-entry .post-title{
    text-align:center!important;
    }
    

    Best regards,
    Jordan Shannon

    #1271547

    Hi Jordan,
    Thanks for that, I added it in the general styling quick css , yet it didn’t change anything. See yourself in the link above.

    Thanks,

    • This reply was modified 3 years, 10 months ago by Benjfdc.
    #1271550

    Hi,

    Please use following code instead

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

    Best regards,
    Yigit

    #1271555

    works now, thanks !

    #1271558

    Hi,

    Glad we could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Blog post full width’ is closed to new replies.