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

    Please see screen under private content.

    I have set the social icons not to display on mobile.

    Now I have a vertical link and a space still displaying.

    How do I remove it?

    #1245835

    Hey studiovene,

    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:989px) {
        .avia-menu.av_menu_icon_beside {
            border: none;
            padding-right: 0;
            margin-right: 0;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1245998

    Worked! Thank you
    :-)

    #1246186

    Hi,

    Great, I’m glad that Victoria could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Line and container removal on mobile view (where social icons are placed)’ is closed to new replies.