Bg-image out of proportion

hi helpfull team,

one of my bg-images in a parallax section is way to zoomed in after updating the xtheme on mobile devices.

i dont know why that happened and only to that one image. all the others in other parallax sections are fine.

it is the first parallax section - would you have a look please?

rene

Hi René,

Thank you for writing in, please inspect that section and turn off its pattern option.



Remember to clear all your caching features (plugin, server-side, CDN, and browser’s cache) after updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.

Hope it helps,
Cheers!

thank you for taking the time …

it was fixing the issue of having it way out of proportion.

there is annother issue, that i dont know to solve and i dont know why it doesnt work as it has before …

i could use this “background-position: 80% 50%” in the style section to move the image to left or right or whatever.

it doesnt have any effect on the image anymore, even though it does still have the effect on the others.

why is that?

rene

Hi There,

Thanks for writing in!

Background position doesn’t work in parallax images. If your background set as parallax then the background position won’t work as the image covers the background of the section or page.

Hope this helps!

sorry for being unprecise … i speak about the mobile view and there is no parallax effect in place. … and that “background-position: xx% xx%” does have effect on the other bg-images. just not on the one that was zoomed in so much.

i could center it before the update of xtheme without problems with that “code” in the style section.

what to do to center it the way i want it again?

rene

Hi Rene,

When adding your code in the style field, try to add !important

eg.

background-position: 80% 50% !important;

Can you provide us a screenshot of the section you are referring to.

I tried changing the background position in chrome dev and it seems to work.

See Video - https://www.screencast.com/t/9j7bMhAE8g

Thanks

the “! important” did it …

thank you!

rene

You’re welcome!

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