Site logo

Archived topic

Menu Button on Mobile Home Page not working

4 replies · Started by Sebastián on August 9, 2017

Viewing posts 1–5 of 5

I can't click on the menu button on the mobile home page. Works on blog page and the other pages but not on my home page.

I was "playing" with elementor when this happened but i can't figure out what is causing it.

Nevermind, it was an elementor problem.

Glad you found the issue.

Yes althought i need to ask you something.

I would like to center the mobile text http://i.imgur.com/t6Anuux.png

What code should i use?

Thanks

This should work:

@media (max-width: 768px) {
    .entry-content {
        text-align: center;
    }
}
This archived topic is closed to new replies.