Home Forums WoodMart support forum Adding padding to header (header builder)

Adding padding to header (header builder)

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

    konsulenthusetprovi
    Participant

    Hi,

    How do I control the padding around items in the header? I can’t seem to figure it out while using the header builder. I’ve tried increasing the height of rows, but it doesnt seem to do anything.

    I would like to add padding around the logo for example.

    #75818

    Hello,

    This is possible to do with custom CSS:

    .woodmart-logo img {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    Please set the paddings as per your needs and add this code to the Theme Settings > Custom CSS

    Best Regars

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