Change Padding Sp-top-bar - Question | JoomShaper

Change Padding Sp-top-bar

M

Mark

Helix Framework 6 months ago

I have worked out how to make sp-top-bar height less with: #sp-top-bar { height: 50px; }

How can I make the padding at the top less? Please see attached image.

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 6 months ago #135565

Hi there!

Thanks for contacting us.

Please use the following code in your custom CSS:

#sp-top2 .linguise_switcher_side_by_side {
    margin: 0;
}

This will help you with the top space issue.

Here is all about custom code placement in Helix Ultimate: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Best Regards

0
M
Mark
Accepted Answer
6 months ago #135566

Thank you!

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 6 months ago #135569

You are always welcome:)

Have a nice day!

0