Content down on mobile

Hi,
i need a help to get content down when click menu on mobile.

Hi there,

That should be the default behavior of the mobile menu when tapped where the below content should slide down.

Kindly provide us with the URL of the site in question and the admin details if there is a coming soon page active on the site so that we can check this it.

Thank you.

Hi there,

Thanks for writing in.

It’s due to this custom CSS,

.masthead {
    position: absolute;
    width: 100%;
}

And I think, it’s intentionally for home page only (due to image background)? You should change that to this

.home .masthead {
    position: absolute;
    width: 100%;
}

Thanks!

Hi Rad, thanks for reply,
i changed the code but it´s not working, i need to apply this change to all pages.
I have the menu items with red and white colors, when menu drops down on mobile is over the content.
I need to set red color to menu items on mobile and content must go down when click menu “hamburger”, how can i do this?

I found a solution, making image bigger on mobile solves the problem.

Glad to hear that. Have a nice day! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.