Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Can I edit my tags?


andywilliams244
Member

@andywilliams244

/* Structure

=================================== */

#wrapper {

width: 1023px; /* controls the main width of the page, if changed also change #content and .sidebar */

margin: 0 auto;

padding: 0px 0 25px 0;

border: 1px solid #FFFFFF;

border-top: none;

background: #333333;

text-align: left;

}

ul#tags-list li { display: inline; }

#spacer {

height: 25px;

background: white;

}

#title {

height: 0px;

background: 222222;

margin-bottom: 1px;

}

Ok that’s how i’ve placed the code in my style.css

I use Firefox and tried a hard refresh, but the updates are still not showing. So i’m guessing it’s a problem with the placement of the code. That’s the only code i’ve put it. The above is exactly how it is in my style.css

Skip to toolbar