How can I adjust the thickness of my header bar?

Hello,

I’d like to change the actual size of the header bar as it is currently way too thin. If anyone can come up with a solution that would be great.

Thanks in advance

URL IS: jasaoslaj.com

You can add this CSS to increase the top bar height,

.top_bar {
    height: 60px !important;
    padding: 10px !important;
}

If you need help with any theme edit task feel free to checkout our app. The first task is free.

Hi @jasa11 .

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can go to Online store => themes => actions => edit code and add this code on file styles.scss

.top_bar.clearfix{
height: 80px !important;
padding: 20px !important;
}

Hope this answer helps.

Best regards,

Richard | PageFly