Remove Fixed Left Side Bar in Ari Theme
-
Hello,
Is there a way to remove the fixed length for the left side bar in the Ari Theme?
Thank you
The blog I need help with is: (visible only to logged in users)
-
There is no Theme Option here > Appearance > Themes Options on Ari for choosing not to display the left sidebar or for changing the length of it, and we cannot edit themes or templates.
-
Oh rats! I just noticed this was in the CSS editing forum and I humbly apologize for posting at all (crawling under closest rock).
-
Without doing some extra work to use media queries to take different device widths into account, you can’t change the fixed width to a percentage or it will look off at some screen sizes. You can, however, adjust the width of the left sidebar pretty easily. Here’s an example:
#subsidiary { width: 200px; } #main { width: 73%; }
- The topic ‘Remove Fixed Left Side Bar in Ari Theme’ is closed to new replies.