Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #286835

    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.

    #286837

    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

    #287517

    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

    • This reply was modified 10 years, 4 months ago by ninaS. Reason: problem solved
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Making footer menu visible in responsive’ is closed to new replies.