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
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
Nothing changed with this code.
Can we do something differently? Thanks!
Hi,
You cleared your cache?
Best regards,
Basilis
Yes, it’s still the same width..
What else can I try?
Hi,
Add the code to the very top of quick css so that it runs first.
Best regards,
Jordan Shannon
Thanks. Please have a look, still no change :/
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