Home › Forums › WoodMart support forum › How to start header from corner › Reply To: How to start header from corner
April 26, 2021 at 10:33 am
#286719
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.whb-full-width .whb-row>.container {
width: 100%;
margin-left: -10px;
}
Best Regards