The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: Fri Aug 10, 2012 4:02 am 
Joomla! Intern
Joomla! Intern

Joined: Wed Jan 12, 2011 8:49 pm
Posts: 93
Hi,

I have this big ugly white space above my header. How do i fix?

http://royal-steed.com/

Can paste some code in here but not sure what to provide...?


:(


Top
 Profile  
 
PostPosted: Fri Aug 10, 2012 5:34 am 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Wed Sep 21, 2011 8:21 pm
Posts: 851
Location: on earth
There are margin-top set in your style which pushes the image down. Remove these in the stylesheet /template/rsv6/css/template.css at line 358 & 2238 as following:
Code:
.sheet {
    cursor: auto;
    margin-bottom: 0;
    /* margin-top: 50px; */
    max-width: 810px;
    width: 810px;
}

div.custom-header-centre {
    /* margin: 50px 20px 0; */
    margin: 0 20px 0;
}


Top
 Profile  
 
PostPosted: Fri Aug 10, 2012 6:26 am 
Joomla! Intern
Joomla! Intern

Joined: Wed Jan 12, 2011 8:49 pm
Posts: 93
thanks


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 



Who is online

Users browsing this forum: NormanSmit and 15 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group