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

    Hi there,
    i’m wondering … my site works fine. But when i resize to mobile view, the right socket (footermenu) is not shown.
    Got a solution for this?

    Site: http://perez-leal.com/
    Thx

    #283465

    Hey Mario!

    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;
    }}

    Best regards,
    Yigit

    #283541

    Thank You Yigit ;-)

    #283543

    Hi!

    You are welcome Mario :) Let us know if you have any other questions

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Socket not shown in mobile view’ is closed to new replies.