Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1185778

    Hi there,
    on http://www.eyand.de the footer menu is shown vertical on my mobile.

    on http://www.transsibirische-eisenbahn.eu not. Here it is difficult to use it on the mobile. How can I fix this?

    Thanks for your help.

    Peter

    #1185814

    Hey Whippert,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width:767px){
        #socket .sub_menu_socket li {
            float: none;
            line-height: 20px;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1185822

    Worked. Thank you so much, Victoria.

    Rgds
    Peter

    #1185924

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Footer menu vertical on mobile’ is closed to new replies.