Hi!
I want to change the Top and Bottom margin of separator. The defaut gap is too large to view on mobile device. I did try to set the margin to 0px in Custom but nothing change.
And I also want to change the leading of the footer’s content. It is also too high.
Thank you!
Hey PhuongPN,
Please include the url to the page in question so we can take a closer look.
Best regards,
Mike
Dear Mike,
Pls visit http://blackoutvn.com/giay-dep-nu/ for your reference.
Best regards,
Phuong
Hi PhuongPN,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
I can not see any code. Pls resend its.
Thanks
Hi,
Sorry about that, please try this in Quick CSS:
@media only screen and (max-width: 767px) {
#footer .widget {
margin: 10px 0 30px 0 !important;
}
}
Best regards,
Rikard
Hi Rikard,
Thank for your reply but the margin still the same. Anyway, I have found other way to fix it.
Best regards,