Hi
I’d like to reduce footer socket height on mobile.
Please see attached link to view what it looks like at the moment.
Also is there a way to center social media icons on mobile below the copyright text?
Many thanks
Risa
Hey 2eminds,
Try adding this css code in Quick CSS:
@media only screen and (max-width:767px) {
#footer .av_one_fifth {
margin: 0 0 6px !important;
}
#footer .av_one_fifth, #footer .widget {
margin: 0 !important;
}
}
Hope this helps :)
Best regards,
Nikko
Perfect! Thank you for your help.
Hi, sorry another request.
Is there a way to place social media icons on mobile ABOVE the copyright text?
Many thanks
Hi,
Yes, it’s done. I have switched the location of copyright and social media icons. Then to center and position the social media icons properly I added this css code in Quick CSS (located in Enfold > General Styling):
#socket .social_bookmarks {
float: left;
margin-left: 0 !important;
margin-bottom: 24px;
text-align: center;
width: 100%;
}
#socket .social_bookmarks li {
float: none;
display: inline-block;
}
Hope it’s good :)
Best regards,
Nikko
Perfect! Thank you.
Hi,
Glad to hear that. Thanks for using Enfold! We will be closing this thread :)
Best regards,
Nikko