aceacess
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Solon] get the widget area to show on smaller screensThank you Roman.
I should have made it more clear. The code does work but the side bar is displayed under the content area. I was hoping to have it on the right hand side of it, just like it is with larger screens.
Forum: Themes and Templates
In reply to: [Solon] get the widget area to show on smaller screensThank you Roman.
I should have made it more clear. The code does work but the side bar is displayed under the content area. I was hoping to have it on the right hand side of it, just like it is with larger screens.
Forum: Themes and Templates
In reply to: [Solon] get the widget area to show on smaller screensHi Roman thank you for your help so far.
I tried adding that code to the custom CSS but the widget bar still disappears when the screen width gets smaller than 991 pixels.i also tried adding the following code
@media screen and (max-width: 991px) {
.widget-area {
display: inline-block !important;
}
}I have also tried it with “only” in the top line so it resembles the media queries in the themes style sheet and i have tried it with and without the “!important” tag
Forum: Themes and Templates
In reply to: [Solon] How to edit media queriesahh thank you very very much