Active HR Theme: Visibility Issues

Home Forums All Other Themes Active HR Theme: Visibility Issues

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #115712
    Dawn HurlebausDawn Hurlebaus
    Participant
    • Topics: 7
    • Replies: 3
    • Total: 10
    Member since: May 17, 2016

    my website is anisagrantham.com I am using the HR theme. When looking at it from a mobile device, the menu dropdown wont click

    #115736
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    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:479px) {
    .logo { max-width:80%;}
    }

    Regards,
    Dave

    #115764
    Dawn HurlebausDawn Hurlebaus
    Participant
    • Topics: 7
    • Replies: 3
    • Total: 10
    Member since: May 17, 2016

    That worked however, the words from the sliders are on top of the logo. Is there any way to have the logo perhaps above this or below this? You can’t tell what website you are even on the way it still is. (although the menu part does work now) Thanks

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

    Hi,

    Kindly use this one

    @media screen and (max-width:479px) {
    .home.has_trans_header .header { position:relative !important;}
    }

    Regards,
    Dave

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