Can someone please tell me how to set sidebar1.php on http://www.kristenliv.dk to the same width as the video (250px)?
Can someone please tell me how to set sidebar1.php on http://www.kristenliv.dk to the same width as the video (250px)?
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 :-)
This topic has been closed to new replies.