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
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!
Please login or Register to submit your answer