Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #902460

    Hey guys,

    I did some css coding I found on another thread to move the logo to the center and have the menu to the left and right. I noticed on the desktop version that only the bottom half of the logo links to the home page while the top half doesn’t. Can anyone help me out with this one?

    Thanks

    #902537

    bump, any ideas?

    #902761

    Hi,

    Try adding this css code:

    #header_main .container.av-logo-container {
        width: 300px;
        padding: 0;
    }
    
    #header .logo {
        width: 232px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #903505

    Half the logo still isn’t linked with those CSS code

    Edit: Added a z-index on #header_main .container.av-logo-container and that fixed it

    Thanks for the help.

    • This reply was modified 6 years, 10 months ago by spirani91.
    #903508

    Actually this caused another issue. Now when you scroll down, the logo stays large.

    Edit:

    I changed the code to the following:

    .av_header_transparency #header_main .container.av-logo-container {
    width: 300px;
    padding: 0;
    z-index: 10;
    }

    #header .logo {
    width: 232px;
    }

    The logo shrinks when you scroll down, however it is not linked and it floats a little to the left.

    • This reply was modified 6 years, 10 months ago by spirani91.
    #903528

    I was able to fix the alignment of the logo, but if you scroll slowly, you will notice that the logo when it starts shrinking will slowly creep to the left, and then will center itself when it’s completely scrolled.

    Any ideas on that?

    #903658

    Hi,

    Can I try to make adjustments on your Quick CSS? I’ll post once I’ve made changes.
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

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