Tagged: color section, image, remove
Hi support,
How can I remove padding-bottom on color section on mobile?
On the frontpage Lyst-til-livet on mobile, then I am seeing a padding below the top image.
I would like to remove that.
Thanks for helping :-)
/OKEI
Hey OKEI,
Add this to quick css:
@media only screen and (max-width: 767px) {
#av_section_1 .container{
top:20px!important;
}}
Best regards,
Jordan Shannon
Thanks, Shannon – it worked perfectly :-)
Please close.
Thanks.
/OKEI