Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #378233

    Hello
    Why a menu placed in socket is not visible in responsive mode?
    Only the Copyright and socials networks are visible…
    Thanks

    #378854

    Hey pako69!

    Please add following code to Quick CSS

    @media only screen and (max-width: 479px) {
    .responsive #socket .sub_menu_socket {
    display: block;
    }}

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.