Tagged: footer menu, Responsive Design
Hi,
I want to make the footer menu “Impressum” + “Allgemeine Geschäftsbedingungen” visible in responsive. Is there any possibility to put the footer menu points above the Copyright-line? Would be glad for some help.
Hi Damian!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 479px) {
.responsive #socket .sub_menu_socket {
display: block;
}}
Cheers!
Yigit
Thanks Yigit! My Quick CSS code was broke, i fixed it and now it works!
Great support guys, without u my website would look like crap ;)
Regards
Damian