yongchan kim
asked 10 years ago

Hi. I’m the user of DW wall. 
This theme is really cool I’ve ever seen before.
 
I have a little question for built the website.
 
How can I extend the secondary sidebar? I mean, width and height of sidebar.

1 Answers
DominicStaff
answered 10 years ago

Hi Yongchan,
To extend the secondary sidebar on your site. You can log in to Dashboard > Theme > Customize > Website Setup then add the following code to the “Custom CSS”

<style>
#sidebar-secondary {
width: 360px;
}
</style>

Hope this helps!

Powered by DW Question & Answer Pro