Site logo

nav

Mobile nav dropdown skewed

My mobile nav dropdown is way off to the left and I can’t for the life of me find what is causing this. Have any ideas? I’m thinking it’s something I’m using Elementor and all my margins are 0.

Put inside of

For layout purposes (i want a translucent background on the nav to overlay the background on the header section), I was wondering if it’s structurally possible to move the main, top <nav> inside of the <header> just above it? Current it is <header></header><nav></nav>, and I would like it to be <header><nav></nav></header>. I’m using the child … Read more

Mobile nav menu not working/homepage image

Hi, I’m relatively new to generatepress and elementor. I’ve read through dozens of pages on this issue, trying everything from disabling all my plugins, adjusting margins and padding, inspecting pages in chrome for errors, to reverting back to a previous version of generatepress. My issue is that my mobile menu is completely non-responsive on all … Read more

Submenu can't be reached / Header padding issue?

Hi folks, My main nav’s submenus can’t be reached anymore. When I leave the mouse pointer on the item for a moment and then it down very quickly it works but anything slower than a split second ends up in limbo. I don’t think it did that when I created the menu a couple of … Read more

Nav margin for desktop only?

Hey, I was wondering if it were possible to add a margin-top to the primary nav menu without it effecting the mobile nav. Right now when I add a margin-top, it looks great on the desktop site, but then I have a big white space on mobile. Thanks for any help in advance! -James

Creating Header with Nav Bar next to Logo

Hi, am wondering how I can create a header similar to this https://www.smartpassiveincome.com/ using GeneratePress? Where the menu sits next to logo and I can stick some custom content at the end. thanks

Spacing between items in main navigation

Is there a way to change the spacing between menu items, but only for those that are aligned right? I have the website navigation menu aligned left in the menu bar, and my social icons/links aligned right. I’d like to decrease the padding/spacing between the social media items because it seems pretty large to me … Read more

How to add shortcode into navigation

I am having issues adding a beaver builder short code into the navigation menu. Currently I am using the following hook: add_action( ‘generate_inside_navigation’,’addnavshortcode’ ); function addnavshortcode() { ?> [fl_builder_insert_layout slug=”header1″] <?php } The goal is to add beaver builder elements within the navigation tag above and below the menu listing.