Home › Forums › WoodMart support forum › Background position › Reply To: Background position
October 25, 2018 at 1:52 pm
#85130
Elise Noromit
Member
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