Move a raw background on left
-
Hi there,
my background is great on desktop, but not on mobile. Is there a way to move manually a background on a row via visual composer a bit to right on responsive version? The right point is not totally to right, but also not to the center. I suppose that I should to do manually by an anchor point or something like that. Is there a way? Thanks!
Hello,
Unfortunately, it is not possible with Visual Composer to move a background a bit. But you can try to do this with a CSS code added for mobile devices only. Add some extra CSS class to your row like my-background
and then use this CSS
body div.my-background {
background-position: 50% 0!important;
}
If it will not work for you, try to play with the background coordinates in the code.
Regards
It works great, thank you.
The topic ‘Move a raw background on left’ is closed to new replies.