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

    I’d like less padding on the left and right on a fullwidth blogpost (I want the text to take up more horizontal space).

    How can I change that? Thanks

    #1018815

    Hey marihonaa,

    Please try the following in Quick CSS under Enfold->General Styling:

    .post .entry-content-wrapper {
        max-width: 100%;
    }
    
    .post .entry-content-wrapper > * {
        max-width: 100%;
    }

    Best regards,
    Rikard

    #1018906

    Nothing changed with this code.

    Can we do something differently? Thanks!

    #1019254

    Hi,

    You cleared your cache?

    Best regards,
    Basilis

    #1035355

    Yes, it’s still the same width..

    What else can I try?

    #1035363

    Hi,

    Add the code to the very top of quick css so that it runs first.

    Best regards,
    Jordan Shannon

    #1035621

    Thanks. Please have a look, still no change :/

    #1035739

    Hi,

    Add this to quick css:

    .entry-content-wrapper.clearfix.standard-content{
    margin:0 50px!important;
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper > *{
    min-width:100%!important;
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper{
    max-width:unset!important;
    }

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.