How to start header from corner
-
I want to remove space from logo last
Please do it and
Also let me know how you done it
I send screenshot i am using elemntor
I reduced padding to -40 but it doesn’t work
I attach screenshot what i want please help
Attachments:
You must be
logged in to view attached files.
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