Home Forums WoodMart support forum Background position Reply To: Background position

#85130

Hello,

I have compared the CSS for background on the shop page and on the delivery pages:

Shop page:

body {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
}

Delivery page:

body {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
}

Best Regards