Change the width of the Sidebar in Dynamic Views
The default width of the sidebar truncates longer post titles, so it's good to be able to increase the size.
In this dialog, add the following styles.
Adjust the value to the size you want.
Happy Blogging!
Change the width custom CSS
Custom CSS can be added to your blog under Template => Customise => Advanced => Add CSS.
Dialog for adding custom CSS to your blog
In this dialog, add the following styles.
.sidebar #sidebar {
width: 380px;
}
.sidebar #content {
margin-left: 380px;
}
Custom CSS for making the Dynamic Views sidebar wider.
Adjust the value to the size you want.
Happy Blogging!
Comments
Post a Comment