Modify Oxygen theme sidebar width with CSS
-
Hi all
I recently switched to the Oxygen theme. It is really awesome!
I removed the right sidebar with CSS; that was the easy part.
Any suggestions as to how to make the left sidebar slightly larger?Thank you
MatteoThe blog I need help with is: (visible only to logged in users)
-
Hi there. Try something like this (you’ll need to adjust the numbers a bit):
#secondary {
width: 20%;
}
#content {
margin-left: 25%;
}Cheers.
-
- The topic ‘Modify Oxygen theme sidebar width with CSS’ is closed to new replies.