Viewing 1 replies (of 1 total)
  • Plugin Author Twentig

    (@twentig)

    Hi,

    To make the menu wider for the “Centered Menu” layout, you can add the following CSS code in the Customizer > Additional CSS panel:

    @media (min-width: 1024px) {
    	.site-branding {
    		flex: 1 0 10%;
    		max-width: 10%;
    	}
    
    	.primary-navigation {
    		flex: 1 0 90%;
    		max-width: 90%;
    	}
    
    	.primary-navigation>div>.menu-wrapper {
    		flex: 1 0 88.89%;
    		max-width: 88.89%
    	}
    
    	ul.header-actions {
    		flex: 1 0 11.11%;
    		max-width: 11.11%;
    	}
    
    }

    Hope that helps,
    Tom

Viewing 1 replies (of 1 total)
  • The topic ‘Wider menu’ is closed to new replies.