Site name appearing behind navigation

Permalink
Hi folks,
I have updated to new version of concrete 5 and my site name is now appearing behind navigation. My site address ishttp://fmhlimousines.com.au

Can any one help to fix it? Thank you heaps.

 
sabumnimdk replied on at Permalink Best Answer Reply
sabumnimdk
Hi fmhlimousines

Is this still an issue with your website or did you solve it?

If I take a look at the website like you presented, it appears to be a problem still.

But that is far from the only problem.

If I "show source" at your site, I am presented with more than one
<h1> which seems to be a problem.

Also your css reflects this:

#logo h1 {
    background: url("http://www.fmhlimousines.com.au/packages/stylized/themes/stylized/images/img02.gif") no-repeat scroll 100% 63px transparent;
    float: left;
    font-size: 38px;
    font-weight: normal;
    height: 54px;
    letter-spacing: -2px;
    padding: 70px 37px 0 0;
}


try to open the file called "screen.css" and find that particular css block and remove the padding, like so:

#logo h1 {
    background: url("http://www.fmhlimousines.com.au/packages/stylized/themes/stylized/images/img02.gif") no-repeat scroll 100% 63px transparent;
    float: left;
    font-size: 38px;
    font-weight: normal;
    height: 54px;
    letter-spacing: -2px;
    padding: 0;
}


Write me again if this was not what you wanted, and I will try to help :0)

//Carsten - Denmark
fmhlimousines replied on at Permalink Reply
Hi Sabumnimdk,

Thank you so much for taking time to look into my site.
The code you advised me has resolved the problem.

Now I want the slogan to appear under my site name. Can you please advise if this is possible?

Once again I appreciate your help. Thank you.