Headline in Header Moves When Clicked


Author Message
Kari

Posted: 4/6/2014
Quote message 

I am working on a blog for a friend in Wordpress, and the situation is maddening. When the page loads, the headline is in the wrong place, but when you click on it, it moves to the correct position.

This is happening at lifelibertyholiness.com ... I'm at wit's end. Can anyone give me a suggestion as to how to fix this?

Thanks!
 
Gary

Posted: 4/7/2014
Quote message 

Hi Kari, I had the same problem. Add this to your style sheet, you might have to make adjustments to the number of px to suit your website.

===Add to css===

.edg-headline, .edg-headline a, .edg-headline a:link, .edg-headline a:visited, .edg-headline a:hover {
left: 694.71px !important;
}
 
Kari

Posted: 4/9/2014
Quote message 

Thanks, Gary!

Quote Gary:

Hi Kari, I had the same problem. Add this to your style sheet, you might have to make adjustments to the number of px to suit your website.

===Add to css===

.edg-headline, .edg-headline a, .edg-headline a:link, .edg-headline a:visited, .edg-headline a:hover {
left: 694.71px !important;
}