Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3723730
Header
Open

Comments

  • Akira McDonough-Sieben started the conversation

    I want the header to include only the image I uploaded, with that height, without the extra (white) space around it.

    Attached files:  Screen Shot 2024-09-12 at 1.21.45 PM.png

  •  2,540
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    #header .inner-header .container {
      padding: 0;
      width: 100%;
      max-width: 100%;
    }

    Regards,
    PenciDesign.