Image Header
Hello,
How to prevent the image of header from repeating in width.
Thanks
Best regards,
Virginie
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.
Hello,
How to prevent the image of header from repeating in width.
Thanks
Best regards,
Virginie
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Have a different question or issue?
Start New Thread
Replies
5Hi Virginie. Are you referring to the masthead background image? If the site is live please send a link through.
Hi Andrew,
yes the masthead background image.
My website : http://www.ski-perf.com
Thanks :-)
Here are two different options to try under Appearance > Custom CSS to deal with the masthead background image:
/* Masthead Background Image */ header#masthead { background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }OR
/* Masthead Background Image */ header#masthead { background-repeat: no-repeat; }Perfect. ;-)
Thanks a lot !
Not a problem, glad we could help.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.