Friday, January 29, 2010

How to get rid of the dotted lines inbetween your sidebar widgets

Here's what dotted lines inbetween your sidebar widgets are...
To get rid of them, go to your blog's layout.
Click "Edit HTML" above
Then "CTRL F." In the box, paste this code:

See where it says...

.sidebar .widget, .main .widget {

border-bottom:0px dotted $bordercolor;
margin:0 0 1.5em;
padding:0 0 1.5em;
}

Well, what's in red, change to 0px
Preview and save!
{Please let me know if you've used this tutorial}

No comments:

Post a Comment

Thank you so much for taking the time to comment!