Hello!
I am having an issue with how my footer menu and footer copyright text are being displayed on mobile devices.
The second line of text/links are not spaced correctly (no spacing between 1rst line to 2nd line).
Is there any CSS to correct this?
Hey onegirlrtw,
what mobile browser you are testing please?
Best regards,
Basilis
Chrome (on iPhone 6)
Thank you!
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#socket .menu li {
margin-bottom: 20px;
}
}
Let us know if this helps.
Best regards,
Nikko
Perfect. Looks great. THANK YOU!