Site logo

Archived topic

Header on Mobile covering contents

5 replies · Started by LeAura on October 22, 2018

Viewing posts 1–6 of 6

Hi,

can you please help me with this site?

We have been trying to figure out why the header is covering up the contents of the page on a mobile view.

Thanks!

Hi Leo,

Thanks for the response

Those settings have been selected already. The logo was just on the upper left side of the page and I have added this CSS to make it full width:

.mobile-header-navigation .mobile-header-logo img {
width: 100%;
height:100% !important;
padding: 0;
display:inline-block;
}

Does this conflict it?

I think I found the CSS that's causing the problem:

.main-navigation {
    position: fixed !important;
    width: 100% !important;
}

Can you remove that and see if it fixes it?

yey! it worked! you're the best! thanks!

No problem :)

This archived topic is closed to new replies.