Right column, Oxygen theme
-
Hello,
I want to know if doing the CSS upgrade ($ 30 per year) will be able to remove the right column of Oxygen Theme for internal post. I want to keep it on the cover, but not inside. Is it possible?
Thanks,The blog I need help with is: (visible only to logged in users)
-
-
To target just an individual post, you can start your CSS selectors with “.single”
Here is an example made for the Oxygen theme:
.single #tertiary { display: none; } .single #content { margin-right: 0; }Then also set the content width setting to 750 in the Appearance > Customize > CSS panel.
-
Thanks very much for your help. I’m going to buy the upgrade and try this! You’re very kind!
- The topic ‘Right column, Oxygen theme’ is closed to new replies.