[Support request] enlarge logo on sticky menu

Home Forums Support [Support request] enlarge logo on sticky menu

Home Forums Support enlarge logo on sticky menu

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

    Hi there!
    how I can enlarge logo on sticky menu?
    to scroll down, I add a logo image in custom theme. This logo must float, like original logo page:
    http://prntscr.com/nr0e44
    I would like the same style in sticky menu.
    I have this custom css:

    .navigation-stick .navigation-branding {
        margin: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .navigation-stick .main-nav {
        width: 100%;
    }
    .site-branding,
    .site-logo {
    	position: absolute;
    	left: 50%;
    	-webkit-transform: translateX(-50%);
    	        transform: translateX(-50%);
    	z-index: 200;
    	top:5%;
    }

    Best regards

    #905633
    Leo
    Staff
    Customer Support

    Hi there,

    Can you activate the sticky navigation first?

    Let me know 🙂

    #905700
    Gonzalo

    Hi Leo, it’ s activate!

    #905727
    Leo
    Staff
    Customer Support

    Try this:

    .has-sticky-branding .navigation-branding img {
        height: 120px !important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.