Hi,
i tried tireless to find an answer in your amazing forum and docs but I couldnt. I apologize if it was me unable to find it.
Well,
I used color section with a media image content, no padding and, as you wrote, already set up quick css as:
/* Color section container width */
#section-container-width .container {
width: 100% !important;
min-width: 100%;
padding: 0;
margin: 0;
}
Desktop version, all good.
Mobile: underneath the image (before the next content) there is a white area and a border linr
Did I ask something too stupid?
Hi,
Add this to quick css:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .post-entry-3765 .flex_column{
margin-bottom:0px!important;
}}
Best regards,
Jordan Shannon
Thousands thanks!
it seems to work perfect!
Hi,
Great, I’m happy to help! If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon