hi,
I added background the the footer, it been repeted.
the problem that on mobile it looks realy bad…
http://screencast.com/t/FzdxsNvJBWO
Hi Iyar!
Can you please post the link to your website and point out the changes you would like to make?
Best regards,
Yigit
I think that on mobile the background should streach.
Shalom!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 480px) {
.footer_color {
background-size: contain;
}}
Best regards,
Yigit
Shalom :-)
it didnt work :-(
Shalom :)
Please try adding !important rule as following
@media only screen and (max-width: 480px) {
.footer_color {
background-size: contain !important;
}}
Regards,
Yigit
already did that…
Hi!
I added the code into Quick CSS field. Can you please flush browser cache and refresh your page a few times and review your website?
Best regards,
Yigit
that OK now. thanks!