Home Forums WoodMart support forum Header Image on my Homepage is truncating when I look at it on Mobile Reply To: Header Image on my Homepage is truncating when I look at it on Mobile

#198929

Hello,

I have visited your website. To increase the size of the background on mobile Please add the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

.page-title-default {
background-size: contain;
height: 100px;
width: 100%;
}

Currently there is no space on the image.

Screenshot for Clarification: https://ibb.co/NyHkGQ3

Best Regards.