Actions
Support #9541
closedrepeating header banner
Status:
Resolved
Priority name:
Normal
Assignee:
Category name:
WordPress (misc)
Target version:
Start date:
2018-04-06
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Description
Michael Rymer asks
"The banner image begins to repeat if a page is stretched to full-screen. Is there any way to avoid this?"
screenshot attached
Files
Updated by Raymond Hoh over 6 years ago
- Category name set to WordPress (misc)
- Status changed from New to Resolved
- Assignee set to Raymond Hoh
- Target version set to Not tracked
I added the following CSS to the site:
#parallax-bg {background-repeat: no-repeat !important;}
This stops the background from repeating.
Actions