Forums
Forums / Fixing WordPress / Sidebar width
(@andreasdk)
16 years, 2 months ago
Can someone please tell me how to set sidebar1.php on http://www.kristenliv.dk to the same width as the video (250px)?
(@alchymyth)
in style.css of your theme:
.sidebar1 ul li { height:100%; line-height:18px; float: left; clear: left; width: 325px; /*new width*/ }
same width as the video (250px)?
use any other width if you like.
only works as long as you don’t use sidebar2
Thank you so much 🙂
The topic ‘Sidebar width’ is closed to new replies.