Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #978061

    Hi,

    How can I remove the footer socket menu from mobile view at http://www.kiddychaos.co.uk

    I would like to keep the copyright statement shown all the time though.

    Thank you
    http://www.projectt.co.uk

    #978111

    Hey projectt_co_uk,

    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) {
        #footer {
            display: none;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #978178

    Hi Victoria,

    Thank you for your help.

    The code didn’t work.

    Please can you look into it again.

    Thank you.

    #978179

    Hi,

    Did you add her code to the very top of quick css? Also, be sure to clear your cache a few times over.

    Best regards,
    Jordan Shannon

    #978205

    I have tried everything and it still didn’t work.

    #978383

    Hi,

    Please try this instead:

    @media only screen and (max-width: 767px) {
    #avia3-menu {
      display:none;
    }
    }

    Best regards,
    Rikard

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