Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #47268
    Jason
    Guest

    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.

    #47284
    Brandon C
    Keymaster

    Hi 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.

    #47286
    Jason
    Guest

    OK, 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.

    #47300
    Brandon C
    Keymaster

    Hey 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, 1 month ago by Brandon C.
    #47304
    Jason
    Guest

    This worked, thank you!

    #47314
    Brandon C
    Keymaster

    So happy that worked for you Jason! Don’t hesitate to reach back out if you ever have any other questions for us.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How do I expand the page header menu width in Crio WordPress theme?’ is closed to new replies.