Hi, I would like the footer text to be centered in the mobile version. Could you give me some code?
Thanks!
Nadine
Hey nadinedomnink,
Please provide a link to the site in question so we can help you out further.
Best regards,
Jordan Shannon
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#footer .widget {
text-align:center;
}
}
Best regards,
Rikard
Perfect!