Hi there,
I have a problem with my website. lateral menu + sidebar below. In mobile version, the sidebar goes over the content.
Bellow in private content the question.
thanks for solve this problem.
Fernando
Hi Fernando,
I couldn’t see anything like that on the front page, on what page are you getting that problem? A screenshot might help us understand better.
Best regards,
Rikard
Hi Rikard, attached is the problem I have with the content.
Thanks,
Fer
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
#text_icl-2 .flex_column {
max-width: 55%;
}}
Regards,
Yigit
Hi Yigit,
Nothing happens :(
I tried to refresh browser but still not working.
Fer
Hey!
Please flush browser cache and try once again – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
I can see the changes on my end :)
Cheers!
Yigit
So weird, I tried in one computer that have not visited never the web site and still the same problem.
This is all css I have in quick css:
@media only screen and (max-width: 767px) {
.responsive.html_header_sidebar #header .avia-custom-sidebar-widget-area {
display: block;
position: absolute;
top: 20px;
right: 20%;
}
.html_header_sidebar #top #header .social_bookmarks {
border: 0;
}
.html_header_sidebar #top #header .social_bookmarks li a {
border: 0;
}
}
@media only screen and (max-width: 480px) {
#text_icl-2 .flex_column {
max-width: 55%;
}}
Hey!
The only option to get rid of things running into each other was to hide the sidebar widgets in tablets. There is more room to display the widgets in devices that are larger than tablets.
please see the /* hide in tablets */ code in quick css.
Regards,
Vinay