Tagged: responsive, sidebar
We use Enfold with a boxed layout and a right sidebar. The problem: on small devices it simply cuts off the sidebar (e.g. a button) or does not show it at all; the sidebar is not scaled with the rest of the website.
Is there any way to have a responsive sidebar?
Thanks,
T.
Hey!
You are using Enfold version 1.8.1 which is fairly old. Please update Enfold to version 2.4.4 and WordPress to 3.8. There have been many bug fixes and improvements on the theme since version 1.8.1 and now you can choose to display sidebar on mobile devices or not
Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Yigit
Hey!
Try adding this to your custom.css file in the css folder of your theme files inside the mobile specific media query:
#text-2 .avia-button-left a {
padding: 10px;
font-size: 12px;
}
It will reduce the size of the button to fit a bit better.
Cheers!
Devin