Width adjusting: sidebar individual blog posts [Zuki Theme]
-
Hello everyone! I just signed up with WordPress recently, finally transferring from Blogger after few years. I’m using the Zuki Theme on my current site, however I really need to increase the sidebar width to 300 (it’s set to 260 at default). Is there a CSS code that I can use to edit both the width of the blog content (which I would like to set to 740) and sidebar in percentages?
Thanks! x
The blog I need help with is: (visible only to logged in users)
-
Hi fphilosophymagazine
You need to be on the WordPress.com Premium Plan to have access to the custom CSS function.
Select Appearance > Customize > CSS from your Admin Dashboard and enter the following custom CSS there.
div#front-sidebar-one { width: 300px; } -
-
Just checked to see if everything works after refreshing the page and the sidebar only seems to be at 300 on my static front page. Is there a way to also make this change visible on the individual blog posts? x
-
-
Unfortunately it didn’t make any changes… I will keep the previous code for now and just try to look further for some answers. Thank you!
-
You need to have both line of code in the custom CSS editor.
div#front-sidebar-one { width: 300px; } #blog-sidebar { width: 300px; } -
-
- The topic ‘Width adjusting: sidebar individual blog posts [Zuki Theme]’ is closed to new replies.