Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #854445

    Xristiano_007
    Participant

    Hello there,

    I’ve searched for an answer on this forum but nothing looks like what I need.

    Anyway I attached a screenshot and I would like the “brick wall photo” to be all over the header, not only to be shown as a logo ( I mean I don’t want to see any black margins ).

    I hope I made my self clear and thank you for any help.

    #854470

    John Ezra
    Member

    Hi there,

    Thanks for writing in! To assist you with this issue, would you mind providing us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything. Thanks!

    #859480

    Xristiano_007
    Participant
    This reply has been marked as private.
    #860053

    Rupok
    Member

    Hi there,

    Thanks for the URL. You can add this under Custom > CSS in the Customizer.

    .x-logobar-inner .x-container.width {
      max-width: 100%;
      width: 100%;
    }
    
    .x-logobar-inner {
      padding: 0;
    }
    
    .x-brand img {
      width: 100%;
    }

    Hope this helps.

    Cheers!