How to widen single page with CSS (Oxygen theme)
-
Hi,
I’d like to have my single pages wider, without any margin on the right side. Example page here: http://livenowdreamlater.net/in-english/ (but I need the code to make all single pages wider, not only this one).
Full width format is not helping me in this case, as I need to have the menu on the left hand side visible.
I tried to figure out the correct CSS to make this happen but without any results. Coding just isn’t my thing, apparently! :)
Thanks in advance.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
If you want to expand the content area to fill in the margin on the left (where the tertiary sidebar used to be) you can try this code:
.page #content { margin-right: 0; }Does that do what you need?
-
Yes, perfect, thank you. I tried this code yesterday but I couldn’t make it work, now I realized the mistake I made! :) Oops. Thanks so much, the result is exactly what I wanted.
-
- The topic ‘How to widen single page with CSS (Oxygen theme)’ is closed to new replies.