Hi!
How can I make an image full width? I’m working on using Blocks editor with my posts.
Hey nicolechanphoto,
Add this to quick css:
.responsive .container.template-blog.template-single-blog{
max-width: 100%!important;
padding-left: 0px!important;
padding-right: 0px!important;
}
Best regards,
Jordan Shannon
I seem to still be having an issue. Can you take a look:
Hi,
Did you add my code to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan Shannon
Yes, I added the CSS to “Quick CSS” in the enfold theme section.
It seems like wide width works, but not full width – https://trapologyboston.com/groups/
Hi,
Add this to quick css as well:
.page .container_wrap .container{
padding:0px!important;
}
.page .container_wrap .container .wp-block-columns{
padding:0 50px!important;
}
Best regards,
Jordan Shannon
IT WORKED!!! THANK YOU JORDAN!
Hi,
No problem, I’m glad that worked out. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon