Reduce Banner Size to as small as possible

Hi there,

Having some trouble with trying to reduce my head banner to the smallest size possible. I have attached a picture.

This my URL: https://insecure-fitness-inc.myshopify.com/pages/cotton-collection

Password: lewfla

Appreciate the help!

Hi @insecurefitness

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

Add this css at the bottom

Online Store->Theme->Edit code

assets-> theme.css

.header-item {

height: 30px !important

}

Hope you find my answer helpful!

Regards,

PageFly

Hello @insecurefitness

Try this code.

Go to the Shopify Store > Theme >Edit Code >Assets > theme.css >Add the code at the bottom.

.header-layout {
    height: 30px !important;
}