Helix Ultimate Space - Question | JoomShaper

Helix Ultimate Space

Daniel Jubelt

Daniel Jubelt

Template 2 years ago

Deleted everything and started over with Helix Ultimate. There are two areas that need to be adjusted. Attached image shows where. #1 is between the header and contant top and #2 is between the first submenu item and its parent. We are using the basic Helix ultimate template alone without modification. How do I adjust these spaces?
https://new.uniteduga.com

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #39066

Hi there!

Thanks for your query.

There is a padding for your main body section as you can see from the below screenshot:| https://prnt.sc/1wqx7tj

You can remove or reduce it from the layout tab of your template options. Or you can use the following code in your custom CSS:

#sp-main-body {
    padding: 10px 0;
}

Note: 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.

Best Regards

0