• Resolved feelie75

    (@feelie75)


    Looks great on a PC but on mobile some pages and the events page too get overlapped by the top menu. I tried the css fix you posted 3 months ago but it didn’t fix it on my phone (pixel 3a). How can I ensure the main content is always below the top menu on all mobile devices? Thanks.

    screenshot:
    https://drive.google.com/open?id=11wlJMPRn4RgiUoy9hS3vtO8MJHgiBuCK

    • This topic was modified 4 years, 2 months ago by feelie75.
    • This topic was modified 4 years, 2 months ago by feelie75.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter feelie75

    (@feelie75)

    for the mean time, I’ve put this in the Additional CSS section:

    .col-lg-12 {
    padding-top: 100px;
    }

    on a PC, that padding only needs to be 40px, but the difference between 40px and 100px on a PC isn’t very noticeable, but on a mobile device, it needs to be 100px to not overlap.

    The Events page is still messed up and overlapping under the header on mobile, but I’ll do a similar over-compensating padding there as well to get it fixed. Would be nice to not have the over-padding on PC browsers though. thanks.

    Theme Author themearile

    (@themearile)

    Hi feelie75

    Thanks for contacting us.

    Please remove your code from the additional CSS box and add the below CSS code in an additional CSS box.

    .theme-block {
    	padding: 7rem 0 1.875rem;
    }
    @media only screen and (max-width: 992px) and (min-width: 100px) {
    .navbar-header-wrap {
    	position: relative !important;   
    }
    .theme-block {
    	padding: 1rem 0 1.875rem;
    }
    }

    Let us know if it works.

    Thanks

    Thread Starter feelie75

    (@feelie75)

    well, hmm, that worked! I’m assuming that “position: relative !important;” is the key magic in this solution. That also fixed the problem of the menu bar on mobile overlapping the content, making it hard to read. Now when I click the hamburger icon to see the menu, the content gets “pushed” down out of the way so I can clearly read the menu options.

    Thanks!! Appreciate it! ??

    Theme Author themearile

    (@themearile)

    Hi feelie75

    Glad to hear it and we are happy to help you. We hope you are enjoying the NewYork City theme.

    Please help us improve our customer satisfaction by writing a quick review https://www.ads-software.com/support/theme/arilewp/reviews/ We would be extremely grateful.

    Please let me know if you need any further assistance..!

    Thank you for your time.

    Have a nice day..!

    Thanks

    • This reply was modified 4 years, 2 months ago by themearile.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘menu overlaps page content’ is closed to new replies.