Header menu balk

Home Forums Gravida Support Header menu balk

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #210533
    Kor van de BuntKor van de Bunt
    Participant
    • Topics: 103
    • Replies: 315
    • Total: 418
    Member since: June 3, 2015

    Hi,

    Since the most recent update, the menu header has changed on all pages (except services), see screenshot 1.
    https://ibb.co/NsTN53b

    The intention is that all pages will be as before, see screenshot 2
    https://ibb.co/qyP6LVD

    Regards,

    Kor

    #210563
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    Hi,

    Please use this CSS to resolve this issue.

    @media screen and (min-width:1024px) and (max-width:1169px) {
    .logo h1 {padding-top:12px; font-size:22px; float:none; display:table;}
    .logoimga { width:30%;}
    span.desc { top:0;}
    }

    Regards,
    Dave

    #210569
    Kor van de BuntKor van de Bunt
    Participant
    • Topics: 103
    • Replies: 315
    • Total: 418
    Member since: June 3, 2015

    tanks

    #210571
    Kor van de BuntKor van de Bunt
    Participant
    • Topics: 103
    • Replies: 315
    • Total: 418
    Member since: June 3, 2015

    Hi,

    I have applied the CSS, cleared the browser and restarted several times, the issue still persists on the laptop.

    See screenshot
    https://ibb.co/H43WC3D

    Regards,

    Kor

    #210609
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS.

    @media screen and (min-width:1024px) and (max-width:1169px) {
    .logo h1 a {
      font-size: 22px !important;
    }
    }

    Regards,
    Dave

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