• Resolved timbertoe

    (@timbertoe)


    We are using the Blue Zinfandel theme and want to delete the vertical bar that was at the right of the sidebar. I think it is called a border. I have not been able to find what causes it to exist! I have added the code border: none; in several places, but to no avail. We have been able to reduce the width of the sidebar, but we would also like to increase the length of the lines of text in content, but cannot figure that out either!

    All help will be greatly appreciated!
    TIA

Viewing 2 replies - 1 through 2 (of 2 total)
  • deja vu

    from the theme demo (3 col version), it could be seen that the vertical line is part of the background imgage /wp-content/themes/blue-zinfandel/images/bg.gif

    which is used in (style.css):

    #wrap {
    	background: #EFEFEF url(images/bg.gif) top center repeat-y;
    	color: #333333;
    	font-size: 11px;
    	font-family: Verdana, Helvetica, Sans-Serif;
    	margin: 0px auto 0px;
    	padding: 0px;
    	}

    Thread Starter timbertoe

    (@timbertoe)

    Thank you so much! We were able to erase the line from the image and now all is good!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to delete vertical bar?’ is closed to new replies.