- This topic has 7 replies, 2 voices, and was last updated 6 years, 4 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- The topic ‘Post/Page font and margins’ is closed to new replies.
Home › Community Forums › Aspire Theme Support › Post/Page font and margins
Hello,
Currently the theme has a big gap in between the main content section and the side bar and the text is a little big.
I am trying to change the font and margins to look like this:
http://10beasts.com/best-wireless-routers/
Does anyone know how I can change this?
I know it involves changing the css im just not sure where exactly
Thanks,
Pete
Not sure how I missed this, but did you get it working? It looks like you’ve already made some changes.
Just let me know
Hey Wes,
No i have not yet, still trying to figure it out.
Oh wait, so this isn’t your site? – http://10beasts.com/best-wireless-routers/
If not, what’s the link to your site and I can tell you the exact line that would need to be changed.
The 10beasts site appears to have the content changed from 700px to 800px –
/* ### Content */
.content {
float: right;
width: 800px;
}
Yes, that is not my site, i would like my site to look like that.
The site im building is bestmotorcyclegps.net
Thanks
Ok, so if you change that code I mentioned above it will increase the width of the content. It’s located on line 696 in your style.css file.
Awesome!
Thanks Wes
You’re Welcome!