[Resolved] Navigation Logo not fully visible

Home Forums Support [Resolved] Navigation Logo not fully visible

Home Forums Support Navigation Logo not fully visible

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #364089
    Rene

    Hi!
    I’m a newbie enthousiastic GP Premium + Elementor starting developer, and I have a problem that I don’t know how to solve.

    My navigation menu has 100px height, and my logo 200px. I’m not using header.
    I want my logo over the body section, but for the moment the body content hides those extra 100px of the logo.
    With elementor there’s a Z-index. Can I use that in GP for this purpose? How?
    Is there any better or cleaner solution?

    I would appreciate your help. I’ve tried many things but no one worked!

    Thnx in advance!

    P.S.: Thanks for this amazing theme. It’s light, clean, and so customizable!!!

    #364103
    Leo
    Staff
    Customer Support

    Hi there,

    Can you link me to the site? Can’t quite picture the issue.

    Thanks!

    #364132
    Rene

    Oh, sorry for not including a picture before.
    My site is local at this moment.

    Here is a picture
    https://drive.google.com/file/d/0B4esLC7_pf6cRnlqX0duOThjVzg/view?usp=sharing

    Thanks!!!

    #364138
    Leo
    Staff
    Customer Support
    #364148
    Rene

    Thanks, Leo.
    Yes, I already tried yesterday following the instructions of that post, but it doesn’t work.
    Ok, I managed for publish the site.
    Maybe you can see what’s happening.
    And when you scroll back up the logo stays smaller.

    Here’s the link
    http://renefierros.com/demo1/

    #364167
    Tom
    Lead Developer
    Lead Developer

    Try adding this:

    .main-navigation .sticky-logo img {
        z-index: 1;
    }
    #364175
    Rene

    Yes, that worked!!
    Thanks Tom!

    Now I have the problem that the logo gets small when scrolling down, but I think I can solve that by myself.
    I just have to investigate. Don’t worry for that.

    Thanks a lot, guys!
    You are amazing.

    #364210
    Leo
    Staff
    Customer Support

    Change your CSS to this:

    .main-navigation .sticky-logo img {
        height: 200px !important;
        z-index: 1;
    }
    #364327
    Rene

    Yessss!!!!
    This is exactly what I wanted.
    Thanks Leo!
    I need some CSS classes, obviously.
    ๐Ÿ˜‰

    #364403
    Leo
    Staff
    Customer Support

    You’re very welcome!

    The developer tool from the browser will be your best friend ๐Ÿ™‚

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