Hello,
I have added a background image via the module/component styling in module bottom-2. It shows on the computer but not on mobile devices.
What to do to show the picture on mobile devices as well?
Thanks, Wouter
One option would be to make the background of your text module semi-transparent on smaller screen by adding the following to the Custom CSS field of your templates settings...
@media only screen and (max-width: 767px) {
.bottom-2a .module_surround {
background-color: rgba(0,0,0,.6);
}}
There are no replies made for this post yet. Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »