Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello, I have the vantage premium theme.
I want to use a custom made banner, but it always repeat. I searched through some forums here and used the codes in my CSS style sheet, but couldn’t get it to stop repeating.
My website: http://ctnlawgroup.com
Btw what are the px dimensions for the masthead?
Any input appreciated. Thank you.
Hi
Thanks for running Vantage Premium.
Give this a go under Appearance >Custom CSS:
/* Masthead Background Image Cover */ header#masthead { background-repeat: no-repeat; background-position: center center !important; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }Given the padding your are using your masthead is currently 84px high. But as it’s 100% width there isn’t a perfect width.
To stop repeating and not use the covering I added there just use this:
/* Masthead Background Image Cover */ header#masthead { background-repeat: no-repeat; }Thank you so much~!
Super; glad to hear that helped.
All the best.