Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #841646

    Hello,

    Im trying to remove socket section but unfortunately, I cant.
    I have selected the option “Display only the footer widgets (no socket)” but nothing happened also I added this code #socket { display: none !important; } but doesn`t work.

    Thank you!

    #841675

    Hey Horea,

    Thanks for the login details, though I can’t see the socket on my end. Did you make sure to clear your browser cache and reload the page after making your changes?

    Best regards,
    Rikard

    #841683

    Thank you, now it works.

    I have another question about the menu. On a low resolution the menu goes down, I added this code
    @media only screen and (max-width: 1140px) {
    .main_menu ul:first-child > li > a {
    padding: 0 7px;
    font-size: 12px;
    }
    }
    but is not enough. I think I have to change the breakpoint but I don`t know how.

    Can you help me, please?

    Thank you!

    Best regards,
    Horea

    #841684

    Here you can find a print screen http://imgur.com/a/lzB4a

    #841743

    Hi,
    since you have a lot of menu items you may find switching to mobile menu sooner will help.
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 1024px) {
    .av-burger-menu-main { 
         display: block!important; 
    }
    #top .av_mobile_menu_tablet .av-main-nav .menu-item {
         display: none!important;
    }}

    Adjust width to suit

    Best regards,
    Mike

    #842594

    Hello Mike,

    Thank you for your help, unfortunately, this code doesn`t break the menu.
    Alos I have reduced the space between menu items

    You have any ideas?

    Thank you!

    #843607

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 1190px) and (min-width: 990px) {
    .html_header_top #top .av_header_stretch .container {
        width: 100%;
    }
    #top #header .av-main-nav > li > a {
        font-size: 11px; 
    }
    }
    

    Best regards,
    Yigit

    #843682

    Hi Yigit,

    Now work, thank you!

    Best regards,
    Horea

    #843782

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Can`t remove socket section’ is closed to new replies.