Distance Under Menu Bar - Question | JoomShaper

Distance Under Menu Bar

D

Dominik

Template 2 years ago

Hi there

How can I remove the space under the menu bar. I have made a srceenshot for this purpose.

https://prnt.sc/12hcz3b

Link: www.wasatec.net/2021

Thanks Domi

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

Hi there!

You may lessen the top padding value of the body inner wrapper.

Here is the sample code you need to put in your custom CSS:

.body-innerwrapper {
    padding-top: 100px !important;
}

Hope this will solve the issue for you.

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.

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Best Regards

0