Hi guys,
Thanks for solving my earlier issue to make the logo bigger.
But I only realized now that it overlaps the title of the blog page and contact page:
Hi,
I visited the links and the logo doesn’t overlap the titles at all.
Regards,
Ismael
Strange, it definitely does on my laptop. I even logged out of WP, emptied cache, and reloaded to see if that might solve it, but no, it’s still overlapping.
Here’s a screenshot. And I’m definitely scrolled all the way to the top of the page.
Hi,
I checked the pages again, they all look fine. This is the screenshot.
http://www.mediafire.com/download/auqh9lboh4ccs13/tropicaltaylor.jpg
Let me tag the rest of the support team.
Regards,
Ismael
You need to increase the padding-top vale of the main content container. Insert following code into the quick css field:
.fixed_header #main {
padding-top: 88px;
}
and increase the 88px to eg 100px (depends on your logo size).
Thanks, that fixed it!