Shaper Helix Ultimate Template Space Between Sections In Layout - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Shaper Helix Ultimate Template Space Between Sections In Layout

TO

Tad Osborn

Helix Framework 2 years ago

I've created a custom header and need two rows. The sections are using the Basic ->Header ->Header Height that I've defined as 350px. I only want the first section to use the height of 350px. My menu is in a different section than the custom header. How can I specifiy the height of my Menu Section in my layout? I suspect that the menu is inheriting the 350px. I want to remove all of the space above and below the menu and center the menu.

https://voiceofhope-lmc.com/testimonials

Helix Ultimate 2.013 SP Page Builder 5.03 Joomla 4.33

0
2 Answers
Pavel
Pavel
Accepted Answer
2 years ago #126561

Hi. Yes, the menu, the logo wrapper and the offcanvas button inherit Header height value in their propertis. If you use they not inside the Header, you need to write your own CSS for these elements.

Example for the menu

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    line-height: YOUR_VALUEpx;
}

Use the Dev Tools in your browser to find the desired CSS code for overriding.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #126621

Hi

Thanks for contacting us. You can follow Pavel's instructions. And thanks Pavel for sharing the solution.

-Regards.

0