Hi,
thanks again! It works now.
By the way, how do I increase the width of my main page?
Hi,
thanks again! It works now.
By the way, how do I increase the width of my main page?
Look in the stylesheet file, under the body, it has:
width:750px;
You can actually just delete that one.
Then find the mainWrapper section, and find the other
width:750px;
and adjust to the width you would like it to be.
Then you'll need to adjust the width under logoWrapper as well.
Hi.
Thanks for the fixes.
One small problem though.
About the line inserting that you have done the
.sideBoxContent {
border-bottom: 1px solid #999999;
}
I changed it to look better color wise.
BUT
It is sticking to the side boxes - you can see here www.street-market.co.uk
any chance you can add a space before the line is inserted.
Right now you have added the line.
Can you make that space then line?
Hope I was clear enough :))
Also Can I make the fonts smaller on the mainpage? The fonts are huge for both titles and its content.
Thanks for all the help.
Gavin
For the space, try this:
.sideBoxContent {
border-bottom: 1px solid #999999;
padding-bottom:5px;
}
The fonts aren't huge for me... however, they are set in percentages and em's, so that people who tell their browser to show larger fonts actually see larger fonts. Are you by chance using Internet explorer, and have your font size set to "Larger" or "Largest"? But if you want to change the font size, you can do that in the css file. Inside the body tag you'll see: font-size: 78.5%; you can make that smaller. The heading sizes are controlled by the h3 tag (font-size: 1.3em) you can change that to 1.2 or 1.1em, and the Welcome guest! section is controlled by the h2 tag (font-size:1.4em). Perhaps adjust the body down to 72.5%, and change the h3 to 1.2em and the h2 to 1.3em.
Hi,
Ill let you know about the fonts once I adjust them.
About the spacing. When I edited it with the code you gave it all dissapeared, I mean the its like no code was ever entered.![]()
Yes I use IE with Medium font size compared to my other sites the font size here are much larger thats why I asked.
Thanks
Gavin
Him
No the spacing it correct i entered it wrong lol.
Ok and the font looks much better now aswell. Thanks for the help.
Gavin
Hi,
More questions.
On the right sponsors and have you seen... are alligned left, how can I allign them to center?
Thanks
Gavin