Is it possible to change the css of a theme and modify the size of the sidebar for interior pages? I love the wide sidebar in my theme's home page, but for the interior pages and directories, sometimes it really makes it look bloated. Does it take a lot of work to adjust the size on the interior pages since obviously i wouldn't want to edit each individual template to change the css selector?
-
Posted 1 year ago #
-
Hi @Symm2112 using CSS only, change the default sidebar width to the smaller size that you prefer. Then, in your home page, either create another dynamic area to serve as your sidebar with whatever width you want. e.g. in bp-default theme, set sidebar area to 200px; then create a Page Template for home page with a new dynamic area you added in functions.php OR change get_sidebar() in home.php to a div#sidebar-home with new dynamic created in functions.php
Posted 1 year ago #
Reply
You must log in to post.