Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #334540
    HansH
    Participant

    Hello team,

    When I use the header, the header items are nopt on one horizontal row. I see a splitter row with max 4 items on one row and one item in a next row. This while terse is space enough to have all the navigation items on one row.
    If you log to dashboard->editor->patterns-> headers->header default you will see what I mean. Is it possible to get all the items on one row?
    Following the link you can see a screen image. navigation screen image

    It should be fine when all navigation items can be placed at one row. On the pages we don’t need a search button or a cart button.

    Kind regards

    Hans Hagmeijer

    #334544
    sujapati
    Keymaster

    @HansH: Please add the CSS below to adjust the width for menu of the header default.

    
    
    body .wp-block-primary-header.wp-header-right, body .wp-block-main-header.wp-block-primary-header .wp-block-navigation {
    width: auto;
    }
    
    

     

    Thanks
    Sujapati

    #334549
    HansH
    Participant

    Thank you Sujapati,

    This worked.

    Kind regards

    Hans Hagmeijer

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.