Helix Ultimate Header Height 110px - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Helix Ultimate Header Height 110px

M

Marin

Template 3 years ago

Hi, I have a problem with a few of my websites on which I have helix ultimate. The header height is stuck at 110px.

0
4 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #73751

Hi,

Thanks for contacting us. Use this custom CSS and use that height which you want.

header#sp-header {
    height: 130px !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

-Regards.

-1
M
Marin
Accepted Answer
3 years ago #73755

Thank you. But I would like to set it on 80px, and when I do this, the logo and the menu stay off alignment, they stay in the vertical center of 110px. You can see it live on site right now.

0
M
Marin
Accepted Answer
3 years ago #73821

Any help?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #73855

Use this custom CSS


#sp-header{
  height:80px
}

.sp-megamenu-parent{
  bottom:10px;
}

.header-modules .search{
    bottom:10px;
}

.burger-icon{
  position:relative;

   bottom:10px;
}
.logo-image {
    position: relative;
    bottom: 10px;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0