Tagged: remove
-
AuthorPosts
-
August 20, 2017 at 11:01 am #841646
Hello,
I
m trying to remove socket section but unfortunately, I can
t.
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!
August 20, 2017 at 2:39 pm #841675Hey 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,
RikardAugust 20, 2017 at 3:34 pm #841683Thank 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,
HoreaAugust 20, 2017 at 3:35 pm #841684Here you can find a print screen http://imgur.com/a/lzB4a
August 20, 2017 at 7:55 pm #841743Hi,
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,
MikeAugust 22, 2017 at 3:16 pm #842594Hello Mike,
Thank you for your help, unfortunately, this code doesn`t break the menu.
Alos I have reduced the space between menu itemsYou have any ideas?
Thank you!
August 24, 2017 at 5:23 pm #843607Hi,
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,
YigitAugust 24, 2017 at 8:37 pm #843682Hi Yigit,
Now work, thank you!
Best regards,
HoreaAugust 25, 2017 at 8:11 am #843782Hi,
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 -
AuthorPosts
- The topic ‘Can`t remove socket section’ is closed to new replies.