how can I hide or change the socket or footer column In mobile devices?
in mobile device http://www.b2bactiva.com the Footer is very long.
Regards.
Hey brunet77,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (min-width: 480px) and (max-width: 768px) {
#footer div .av_one_fourth {
margin-left: 6% !important;
width: 20.5% !important;
}
}
Best regards,
Rikard
Perfect
Tnks.