Tagged: 

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

    Hello. I have a problem with the menu in the socket. The menu slipped down a few pixels. I don’t know why. The copyright notice on the left side is exactly centered from the height. -> https://www.ifa-treffen.com/

    A WhatsApp symbol for the social icons would also be nice. Thank you.

    #1115044

    Hey Christopher,

    Do you mean that you want the menu and social icons a bit further down in the socket? If not then please post a screenshot highlighting the changes you would like to make.

    Best regards,
    Rikard

    #1115113

    Hey, thanks for the answer. Yes, exactly, on the right the menu and the social icons slipped 6 pixels up. Without me knowingly changing anything. I hope you have an idea :) Here again a screenshot: https://www.ifa-treffen.com/wp-content/uploads/2019/07/screenshot.png

    #1115339

    Hi,

    Thanks for that, please try this CSS:

    #socket .sub_menu_socket div {
        overflow: visible;
    }
    
    #socket .menu {
        margin-top: -6px;
    }

    Make sure to delete the old CSS and JS files under Enfold->Performance before you check the results.

    Best regards,
    Rikard

    #1115765

    Great, thank you very much! It worked.

    Best regards, Chris

    #1115914

    Hi Chris,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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