Comments ststephensuc started the conversationAugust 27, 2019 at 4:03pmWe 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,700PenciDesign repliedAugust 28, 2019 at 3:46amHi,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,PenciDesignststephensuc repliedAugust 28, 2019 at 1:16pmhttp://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,700PenciDesign repliedAugust 28, 2019 at 3:42pmHi,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 Sign in to reply ...
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?
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
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.
Hi,
You can try add more this code to Customize > Custom CSS to do that:
Change value 50 on above code to any value as you want.
Best Regards,
PenciDesign