Quote Originally Posted by xordox View Post
Please tell me how I can push to the right in the center only vertical line in my site? http://www.mutagim.tv
Thanks
Edit the stylesheet_dotline.css file in templates/YOURTEMPLATE/css

Change the width property to something smaller, like 1px:
.vDotLine
{
background-color: transparent;
background-image: url([../images/delim_v.gif);
background-repeat: repeat-y;
background-attachment: scroll;
width: 20px;
font-size: 1px;
}