Hi,
After adding a banner to my site http://www.simpletradingsystems.net I have noticed the image does not re-size when the screen size changes.
This affects:
Phones
Tablets
Laptops (reducing the screen and scrolling)
I have attempted all options via the “Background Image for your logo area” (fixed scroll etc) with no luck.
Is there something obvious I’m missing?
Hey komey999!
It looks like your talking about the background for your header that you have set.
Add this to your custom CSS.
.header_bg { background-size: cover !important; }
Cheers!
Elliott
Outstanding! That is exactly what I was looking for.
Many thanks!