2 Issues LUXYORT Template - Question | JoomShaper

2 Issues LUXYORT Template

N

nexus.006

Template 1 month ago

Template: luxyort Live site: https://www.beerdigungsinstitut-schmidt.de/NEW/index.php

How can I arrange the logo in the menu and the menu itself that I can have a "one-liner"?

Thank u very much!

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 month ago #152495

Hi there!

Thanks for reaching out to us.

Are you using a predefined header?

Then you need custom CSS to achieve that. Here is sample code for you to reduce the menu item gaps and font size, so that it helps to remain in the same line:

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 0 8px;
    font-size: 14px;
}

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
N
nexus.006
Accepted Answer
1 month ago #152512

Thank you very much!

0