Responsive layout on mobile
I wanted my background image no repeat and fix. #main { background-repeat: no-repeat!important; background-attachment: fixed; } It works on my computer but doesn’t work on my mobile device. responsive layout is enabled. Is there any way I can have fixed…