Hi, I would like to increase the size of the sidebar since none of the links are clearly readable.
It this possible without changing the stylesheet?
3 Answers
Hi Michel,
To increase the size of the sidebar in the DW Wall, you can log in to Dashboard > Theme > Customize > Custom Code > Header Code then add the following code:
<style>
#sidebar {
width: 300px;
}
#container {
padding-left: 140px;
}
</style>
Hope this helps!
Hi Michel !
Please send me your site for further checking.
To increase the size of the sidebar in the DW Wall, you can add the following code to the “Header Code”
<style>
#sidebar {
width: 300px;
}
#container {
padding-left: 140px;
}
#sidebar .widget_nav_menu ul li a, #sidebar .widget_meta ul li a, #sidebar .widget_archive ul li a, #sidebar .widget_categories ul li a, #sidebar .widget_recent_entries ul li a {
max-width: 100%;
}
</style>
Please login or Register to submit your answer
replied 11 years ago
Thank you for your answer, this helps a lot.
The widget content size on the left however is stil too small so the text is being cut off.
How can I increase its width?
replied 11 years ago
http://www.freestampmagazine.com