Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Dummies Guide


chrishajer
Participant

@chrishajer

To get rid of the whitespace where the tags were, open up style.css and find this around line 215:

#front-page #discussions {

It looks like this now:

#front-page #discussions {
margin-left: 170px;
width: 590px;
}

 

Change it to this:

#front-page #discussions {
width: 760px;
}

 

That moves it over the the left, and makes it the full width (590+170 = 760.)

Not sure what other pages you want to do this on, but the procedure is the same.

Skip to toolbar