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.

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

Popular posts from this blog

Remove the header image for posts in Emporio

Rotate my Blogger images

Add snippets to the Emporio theme