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

    Hello team,

    I want to change the header in something like the simple header in the elevatebiz pro.
    But, if I want to change the header in elevatebiz, the result is as you can see at tien.woonzorgdashboards.nl. I should like to have the navigation more to the right side of the page; a kind of space between header and picture and the picture over the whole width of the page.
    Is there someone who can give me a suggestion.

    Thanks in advance

    Kind regards

    Hans Hagmeijer

     

    #341365
    sujapati
    Keymaster

    @HansH: Thanks for the query. Please add the CSS below to add the space between logo and the navigation and also the CSS will allow the picture extend to full width of the container.

    .wp-block-group.header-banner-wrap > .wp-block-group {
        width: 100%;
        justify-content: space-between;
    }
    
    .wp-block-image, .wp-block-image img {
        width: 100%;
    }

    For the space between header and the picture, currently you have set block spacer height 20px. You can increase that to adjust the gap.

    Regards,
    Sujapati

    #341370
    HansH
    Participant

    Thank you Sujapati.

     

    Kind regards

    Hans Hagmeijer.

     

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