Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1474849

    I have created a new page here
    Link below
    On this page I have also created a layerslider
    At the logo 1972 is a link to the home page created
    This link works everywhere
    only mobile upright not
    Nothing happens when I click on the logo
    can you help me

    thanks and greetings
    Franz

    #1474859

    Hey schweg33,

    Thank you for the inquiry.

    The logo is not clickable because the header is covering it. Please add this css code to adjust the width of the header container and move it to the right, away from the logo.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all .av-logo-container {
        padding: 0;
        width: 100px;
        margin: 0;
        position: absolute;
        right: 50px;
      }
    }

    Best regards,
    Ismael

    #1474862

    Thank you very much
    Ismael
    now it is perfect

    you can close this ticket
    kind regards
    Francis

    #1474869

    Hi,

    Thanks for the update. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘logo mobile without link’ is closed to new replies.