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 #2130145
Header image
Closed

Comments

  • ststephensuc started the conversation

    We have a header image we would like to use, but when uploaded much of the image is cut off. How can we upload the image we would like without having it be cut off?

  •  2,699
    PenciDesign replied

    Hi,

    Can you show me your site URL to I can take it a look?

    And do you mean you use it as header background image?


    Best Regards,

    PenciDesign

  • ststephensuc replied

    http://www.ststephensuc.ca/

    Yes, header background image. I have used another version for the time being since the cut off one doesn't look professional.

  •  2,699
    PenciDesign replied

    Hi,

    You can try add more this code to Customize > Custom CSS to do that:

    #header .inner-header .container{ display: none; }
    #header .inner-header:before{ content: ''; display: block; padding-bottom: 50%; }
    

    Change value 50 on above code to any value as you want.

    Best Regards,

    PenciDesign