- This topic has 35 replies, 4 voices, and was last updated 4 years, 4 months ago by
David.
-
AuthorPosts
-
December 4, 2021 at 3:33 am #2038005
James
I have changed the structure to Flexbox. The menus are spread out across a wider portion of the page but the logo is still lost amongst all the menus.
December 4, 2021 at 10:47 am #2038423Ying
StaffCustomer SupportBased on your screenshot, you’ll need to change the number of
nth-child().But there just not enough space for all your menu items and the big logo not to overlap each other.
You can try to make the header go
full widthinstead ofcontained widthat customizer > layout > header > Inner Header Width.December 4, 2021 at 1:54 pm #2038511James
I have deleted some menu items and changed the inner header width but it has made no difference. I don’t understand what you mean by my logo being too big- the theme only allows for one size of logo.
Also I have another site where the layout is exactly how I want it- the logo in the middle and menu items surrounding it. You can view it in the private information.
And the image size of the logo is the same for both sites (350 x 70.)
I have altered the logo so that it only says “QualityDogResources”
I have tried to copy the settings from one site to another but some of the options in the customiser menu are completely different.
For instance, the header settings in the successful site enables you to turn mobile header on or off. My dog site doesn’t have these settings.
And I don’t know what to do next….
December 4, 2021 at 3:07 pm #2038547Ying
StaffCustomer SupportYour dog site is still set to float not flexbox when I inspect. It looks like this now:
https://www.screencast.com/t/0tafwgmG0zCan you keep it as Flexbox and enter the entire CSS from the documentation so we can see what’s the cause of that ?
And in order to use mobile header, you’ll need to activate the menu plus module at appearance > GeneratePress.
December 5, 2021 at 3:25 am #2038815James
OK. I have set it to flex box and added the CSS. The menu bar now stretches acroos the full width but the logo remains “buried”.
Thanks
December 5, 2021 at 3:35 am #2038820James
Do I need to create or add in a menu item separator?
December 5, 2021 at 6:56 am #2038953David
StaffCustomer SupportHi there,
did you resolve this ?
December 5, 2021 at 10:52 am #2039236James
No. If you take a look at my homepage (see below) the logo is still buried…
December 6, 2021 at 6:47 am #2039975James
Is anyone still looking into this? Thanks
December 6, 2021 at 1:09 pm #2040423David
StaffCustomer SupportSorry for the delay, your previous reply slipped through our system.
One thing that is going to cause an issue is the Ezoic advert placeholder that is being inserted inside the Header. Can that be removed ?December 6, 2021 at 1:39 pm #2040447James
Removed. What should I be doing next?
December 6, 2021 at 4:24 pm #2040570Ying
StaffCustomer SupportCan you try add this CSS as well:
@media (min-width: 769px) { .main-navigation .inside-navigation.grid-container { max-width: unset !important; } }Let me know 🙂
December 6, 2021 at 4:31 pm #2040572James
Added it and there has been no change.
What should I try next?
December 6, 2021 at 5:03 pm #2040583Ying
StaffCustomer SupportI don’t see the CSS has been added to your site yet, can you try clear your cache?
Or forget about this CSS, let’s do this:
1. Go to customizer > layout > primary navigation, set
Navigation Locationtobelow header.2 Then you will see the
Inner Navigation Widthoption, set it tofull.3. Set
Navigation Locationback tofloat right.Then the issue should be fixed.
December 7, 2021 at 12:51 am #2040839James
Still not fixed.
when the option was on “below header” the logo sat neatly above the menu but in the current settings the logo just disappears…
-
AuthorPosts
- You must be logged in to reply to this topic.