Hello,
This morning, after doing the updating of the theme, I noticed that the menus are no longer responsive. Off I had not touch the CSS code of these elements, how to solve the problem?
Thank you in advance
Up !
Hey!
Please edit your fullwidth sub menu element and choose to display a button to open the menu – http://i.imgur.com/chjuTcj.png
Regards,
Yigit
I think we have not understood. My menu is more responsive if I reduced the size of my page.
Before the update I did not have this problem so I ask you a true solution to this problem.
see print screen
Screen 1 : Website with 24″ inch
http://www.hostingpics.net/viewer.php?id=71898020150504164502AccueilLojelis24pouce.png
Screen 2 : Website with 17 + / – inch
http://www.hostingpics.net/viewer.php?id=35265220150504164530AccueilLojelisreduit.png
Regards.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1300px) and (min-width: 1040px) {
#top .av-submenu-container .container { max-width: 100%; }}
@media only screen and (max-width: 1040px) and (min-width: 768px) {
#top .av-submenu-container {
height: 104px;
}
.home #av_section_1 {
margin-top: 65px;
}}
Cheers!
Yigit
Thank you very much the problem is solved, though I still have a problem in the footer of my site (exactly the same).
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 1060px) {
#socket .sub_menu_socket li {
padding: 0 5px;
}
#socket .container {
max-width: 100%;
}}
Cheers!
Yigit
Thanks a lot nice work !
Have a nice end day.
Regards