Most of Menu Missing on Mobile Phones

Home Forums Gravida Support Most of Menu Missing on Mobile Phones

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #228239
    Anthony ReeceAnthony Reece
    Participant
    • Topics: 27
    • Replies: 77
    • Total: 104
    Member since: August 26, 2015

    Seems most of our menu is no longer showing on menu? Ideas? Gravida PRO 1.2

    #228249
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31158
    • Total: 31158
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL?

    Regards,
    Dave

    #228302
    Anthony ReeceAnthony Reece
    Participant
    • Topics: 27
    • Replies: 77
    • Total: 104
    Member since: August 26, 2015

    Thanks Dave https://www.vo101.com

    #228305
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31158
    • Total: 31158
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:767px) {
    .header { background-size: cover;}
    }

    Regards,
    Dave

    #228353
    Anthony ReeceAnthony Reece
    Participant
    • Topics: 27
    • Replies: 77
    • Total: 104
    Member since: August 26, 2015

    Thx Dave – but nothing changed…even cleared cache at cloudflare and on phones… same issue

    #228396
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31158
    • Total: 31158
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS instead of the previous one.

    @media screen and (max-width:767px) {
    .header { background-size: cover !important;}
    }

    Regards,
    Dave

    #228488
    Anthony ReeceAnthony Reece
    Participant
    • Topics: 27
    • Replies: 77
    • Total: 104
    Member since: August 26, 2015

    THANKS! That did it.

    #228493
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31158
    • Total: 31158
    Member since: August 16, 2013

    🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.