trying to increase sidebar width
-
Hiya, for my website the sidebar is too narrow. I would like to increase the size for desktop users so that it is 300px.
I tried to add some CSS:
@media ( min-width : 1100px ) {
#sidebar-primary { max-width: 35%; }
.content-area { max-width: 65%; } }But this did not work. So I tried this other CSS:
@media ( min-width : 1100px ) {
#secondary.widget-area { max-width: 35%
max-width: 300px
margin-right: 1%; }
.content-area { max-width: 65%; } }Both CSS codes made the content area smaller but the sidebar area was unaffected. Note: I have removed this CSS now since it didn’t work.
The page I need help with: [log in to see the link]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘trying to increase sidebar width’ is closed to new replies.