[Resolved] logo covers the menu

Home Forums Support [Resolved] logo covers the menu

Home Forums Support logo covers the menu

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • #1454260
    Thei

    Well, I don’t know anything about CSS
    I just want the logo out of the menu bar. Can I increase the container somehow?
    I am not a programmer and don’t know much about wordpress. If I knew that it is so complicated I would have gone with Squarespace. This is too much work for me.

    #1454269
    Leo
    Staff
    Customer Support

    Are you trying to create a header/navigation like Wordsmith template here?
    https://gpsites.co/wordsmith/

    Let me know πŸ™‚

    #1454352
    Thei

    Something similar to that just above the menu.

    #1454376
    Leo
    Staff
    Customer Support

    Ok.

    Go to Additional CSS field in the customizer and remove this block of CSS:

    .inside-header {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-align: center;
    	    -ms-flex-align: center;
    	        align-items: center;
    }
    
    .header-widget {
    	order: 10;
    	overflow: visible;
    }
    
    .nav-float-right .header-widget {
    	top: auto;
    }
    
    .nav-float-right .header-widget .widget {
    	padding-bottom: 0;
    }
    
    .site-branding,
    .site-logo {
    	position: absolute;
    	left: 50%;
    	-webkit-transform: translateX(-50%);
    	        transform: translateX(-50%);
    	z-index: 200;
    }

    Then set the header alignment to center:
    https://docs.generatepress.com/article/header-layout/#header-alignment

    Let me know if this gets you closer πŸ™‚

    #1454411
    Thei

    Thanks, I will try to do what you say and see what happens.

    #1454426
    Leo
    Staff
    Customer Support

    Sounds good let me know πŸ™‚

    #1454428
    Thei

    I did it, thanks for your help.

    #1454437
    Leo
    Staff
    Customer Support

    Glad I could help πŸ™‚

Viewing 8 posts - 16 through 23 (of 23 total)
  • You must be logged in to reply to this topic.