WEBFI-WordPress-How to Auto Adjust WordPress Sidebar to Match Content Height
Widgets are great ways to add cool things to the WordPress sidebar. However if you have a shorter post, the widget area can go beyond the post content. In this video, we will show you how to auto adjust WordPress sidebar to match content height.
If you liked this video, then please Like and consider subscribing to our channel for more WordPress videos.
Text version of this tutorial:
http://www.wpbeginner.com/plugins/how-to-auto-adjust-wordpress-sidebar-to-match-content-height/
Check us out on Facebook:
https://www.facebook.com/wpbeginner
Follow us on Twitter:
http://twitter.com/wpbeginner
Checkout our website for more WordPress Tutorials
http://www.wpbeginner.com/
Summary of this Tutorial:
Start by installing and activating the SidebarAutomizer plugin.
Go to settings, Sidebarautomizer to configure the settings.
Here you need to add the content id and sidebar id.
To find those ids go to your site using Google Chrome, right click your site, and click inspect element.
Find the main area div name for the main area and the widget area.
Once we find the names, add it to the plugin and it will hide the extra widgets.
Related Links:
SidebarAutomizer
Nice!
Hello, thanks for the video!
Answer: how can I change the sidebar size?
I have this code on my sidebars configuration of my theme:
.RSSW .sidebars {
float: right;
margin: 0 30px 0 0;
width: 220px;
}
But I change and it does reflect in my blog…
Thanks
How is this auto adjust? It just removes the last widget if it's longer…
it should have being a bit clearer, i don't even know what i'm suppose to change in the sidebar automizer