Hello,
I have set the background image in masthead module to be fixed like in Ja Company Template.
background-attachment: fixed;
and I’ve made changes in css file "mod_jamasthead/asset/css"
background-size: contain Not cover to let the whole image width to be fully seen, and position to be (position: top center !important) to avoid the blank space appear on the top of background-image.
background-size: contain;
background-position: top center !important;
My issue is, if i open the website from my mobile (minimize), the background-image is pushed away ! same happens if I clicked on my keyboard F12 button to show the firebug, I can not see the background-image.
Could you please fix it?
Thanks in advance.
regards.