Parralax Section (image position bottom) not center

Hello,

I have problem here, when i use parralax section and set the image bottom, the image not aligned center. Please help me fix it to center aligned. See attached screenshot. Thanks

Cheers, Jookeh

Hey there,
I hope you’re doing well today

Kindly add and save the following code to Appearance > Customize > Additional CSS:


/*center image*/
#shapely_home_parallax-6 > section > div > div > div:nth-child(2) > img {
    margin-right: 0 !important;
    margin: 0 !important;
    text-align: center;
    align-content: center;
}

Best Regards,
Support

well, it did’nt work, did i miss something??

Hello there,

Thanks for updating me.

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

Here’s the websites
jookeh.com

Thanks for help

Hey there,
Thank you.

I revised the code, try this instead.

#shapely_home_parallax-6 > section > div > div > div:nth-child(2) > img {
    padding-left: 8% !important;
}

Best Regards,
Support

Hello,

it work good, but now i face same trouble with parralax section with left and right image. See picture attached. the picture is left aligned. i’ve tried css above and not work. can you help me. website is jookeh.com Thanks.