ugly white space above my header... - Joomla! Forum - community, help and support


hi,

i have big ugly white space above header. how fix?

http://royal-steed.com/

can paste code in here not sure provide...?


:(

there margin-top set in style pushes image down. remove these in stylesheet /template/rsv6/css/template.css @ line 358 & 2238 following:

code: select all

.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;
}





Comments