Home Forums Basel support forum Move a raw background on left

Move a raw background on left

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26778

    Giulio
    Participant

    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!

    #26780

    Artem Temos
    Keymaster

    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

    #28962

    Giulio
    Participant

    It works great, thank you.

    #28986

    Artem Temos
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Move a raw background on left’ is closed to new replies.