Hi
i have a small image 100px x 50px. I have set it as a body background on the left hand side repeating vertically.
I would like to have the same image running down the right side at the same time.
what code would i need to do that please?
Thanks in advance
Hey PhatJ,
Can you give us a link to your site? so we can take a closer look.
I think the code that you need to implement is this css code: https://www.w3schools.com/cssref/pr_background-repeat.asp
Hope this helps.
Best regards,
Nikko
i have the background image set to repeat vertically on the left side but i want it to be on the right side also.
Hi PhatJ,
Thanks for giving us the link.
I have inspected it and could see this code (image url is in private content):
.main_color {
background: #ffffff url(image_url) top left repeat-y scroll;
}
please replace it with this code:
#top .main_color {
background: #ffffff url(image_url) top left repeat scroll;
}
#top .main_color > .container {
background-color: #fff;
}
Let us know if this helps :)
Best regards,
Nikko
excellent thank you sorted me right out.
Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay