Archived topic
Full width menu with logo on one row
1 reply · Started by Max on June 16, 2016
Hi Tom,
Can you please tell me what settings I would have to set in order to get a full width menu like Alternet.org's?
See: http://www.alternet.org/sites/all/themes/custom/alternet/logo.png and http://www.alternet.org
Do you see how the logo and menu are all on the same row and nicely uses the full width? I'd like to that for my menu.
FYI:
* in Customize Layout, my container width is 1024px right now
* Header width (Full)
* Header Alignment (Left)
* Navigation Width (FUll)
* Navigation Position (Float right)
* Navigation Alignment (Left)
* Content Layout (One container)
* Page Header Position (Inside content area)
* Single Post Header Position (Inside content area)
Let me know if I have something set incorrectly. Or if I should increase my container width.
Thanks
Give this CSS a try:
.inside-header.grid-container {
max-width: 100%;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
Let me know :)
