How to move a background image around on revslider

Hi im trying to get this guys face to show up on mobile screens so i need to move the image to the left, is there any way to move the image to the left ? here’s the rev slider https://claycaldwell.law/new/

Hello @Eyeappealdesign,

Thanks for writing in!

To resolve your issue, please insert this custom css in X > Theme Options > CSS



@media(max-width: 979px){
    #rev_slider_2_1 .tp-bgimg.defaultimg {
        background-position: 80% !important;
    }
}

We would loved to know if this has work for you. Thank you.

i added the code and i still can’t move the image around

Hi There,

I think the code works, please clear your phone’s browser cache.



Cheers!

I’m not sure why you side “clear your phone’s browser cache”
but i cleared my cache on my computer because that where i’m working with rev slider
I cleared the cache and i’m still unable to drag the image to wear i need it to be… is the background image larger by default locked or something ?

Hello @Eyeappealdesign,

Please try clearing the Phone cache as it seems to be working fine on my end too. You can take a look at following article to clear phone browser cache.

https://help.yahoo.com/kb/SLN14733.html

Thanks.

lol thank you … it works Yay!!!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.