Home Forums WoodMart support forum Add padding to boxed header

Add padding to boxed header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #566569

    iamaarongeorge
    Participant

    Hi, I want to add padding to the boxed header, specifically in the mobile view, so it looks the same as the desktop view (i.e not full width).

    Attachments:
    You must be logged in to view attached files.
    #566698

    Luke Nielsen
    Member

    Hello,

    Try to use the code below:

    .whb-main-header {
        margin-right: 20px;
        margin-left: 20px;
    }

    Define it in Theme Settings -> Custom CSS -> Mobile CSS area.

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)