Masthead is repeating.
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.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
4Hi
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.
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.