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

    Hi Guys – currently the right menu section of the socket area disappears on smartphone view – see screenshot.
    How do i ensure this still appears? There’s important information here that I need.

    http://awesomescreenshot.com/0cf3afqm75

    Cheers

    #302576

    Hi ShortieD!

    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

    #303019

    thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘make socket footer appear on mobile’ is closed to new replies.