Trouble removing whitespace from page
Can anyone take a look at the below page and advise how I can remove the white space above the title "Is it possible to see Paris in a day"? Its really annoying me and I am trying everything, its a WP site and if anyone knows what is creating this white space I would be really appreciative as the page looks terrible with it.
http://tinyurl.com/b2kb2zj
Many thanks!
Hi there cclayton,
in your "style.css " file you have this...
Code:
#content {
margin: 120px 34% 0 7.6%;
width: 58.4%;
background-color:#FFFFFF;
}
Change the highlighted value to suit your requirements.
coothead
Thats great - thanks!!!
Chris
No problem, you're very welcome.
coothead
Hi Coothead,
Quick question, any ideas what I need to amend to be able to get rid of the colour overlay here:
http://tinyurl.com/ag484fq
I again have tried to fix this but am obviously missing something, that I hope is obvious to you.
Thanks!
Hi there cclayton,
in your "style.css " file, change the highlighted value to #fff
Code:
#page {
background: #8B0707 ;
}
....and in your "stylesheet.css " file, add the highlighted attribute...
Code:
#top_bar_wrap{
width:978px;
height:164px;
position:relative;
background-color:#8b0707;
}
coothead
That's great - thanks again, you have been a lifesaver.
cclayton
you're welcome.
coothead
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks