Tagged: Design
- AuthorPosts
- February 2, 2022 at 12:53 pm #47268JasonGuest
Hi, I’ve tried the suggestions in the support forums, but none of them are working for me at https://www.ajarmedia.com/boss/
The nav menu items are bumping down to two rows and I would like a 100% width for the navigation menu so they’ll all be on one row.
Thank you.
February 2, 2022 at 2:49 pm #47284Brandon CKeymasterHi Jason,
Thanks for reaching out and thank you for using Crio Pro WordPress theme!
If you’ve already tried using the Site Header Layout controls (Design<<Header<<Sticky Header Layout<<Select Layout) in the customizer, you could next try using a Custom Page Header Template to accomplish your task.Custom page headers give you the ability to build out custom headers using the same drag and drop capabilities as the BoldGrid Post and Page Builder. It comes out of the box with 6 custom page header templates already created. One of those may give you the design functionality that you’re looking for.
I hope this helps. Please let us know if you have any other questions for us.
February 3, 2022 at 8:56 am #47286JasonGuestOK, thank you. The Design > Header > Site Header Layout > Custom solved my problem perfectly for the main navigation menu, but when I try to use the same process for the Sticky Header and click on Custom, nothing happens. The Sticky Menu is still stuck in the two-row format. I can’t affect its width.
February 3, 2022 at 10:20 am #47300Brandon CKeymasterHey Jason,
Yes, I see what you mean here. Try going in to the CSS/JSjQuery to the JS section to see if it resolves your issue.
jQuery('#masthead-sticky .boldgrid-section .s47').removeClass('col-md-6, col-lg-6').addClass('col-md-4, col-lg-4'); jQuery('#masthead-sticky .boldgrid-section .s48').removeClass('col-md-6, col-lg-6').addClass('col-md-8, col-lg-8');
We actually have a solid resolution for this problem, it’ll be addressed in a future update.
Let us know if this helps!
- This reply was modified 2 years, 10 months ago by Brandon C.
February 3, 2022 at 1:22 pm #47304JasonGuestThis worked, thank you!
February 3, 2022 at 2:09 pm #47314Brandon CKeymasterSo happy that worked for you Jason! Don’t hesitate to reach back out if you ever have any other questions for us.
- AuthorPosts
- The topic ‘How do I expand the page header menu width in Crio WordPress theme?’ is closed to new replies.