Increase Space Between Logo And Menu - Question | JoomShaper

Increase Space Between Logo And Menu

P

Promptal

Helix Framework 3 years ago

I want to increase the space between the logo and menu to push them farther. (https://www.tillsbeachhaven.com/apt/images/Screenshot.jpg://)

0
8 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #41

Hi, it request extra line of custom CSS, try this:

code.png

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #38

Hello Promptal

Please share your administrator access here to fix this. Don't forget to make it hidden or private while giving your credentials.

Best regards

0
P
Promptal
Accepted Answer
3 years ago #39

i have sent the details

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #42

I added above code inside your website, Helix Template Options > Custom Code > Custom CSS

BTW If you need wider menu also for resolution below 1240, just change value in my code.

@media (min-width: 1240px) {
#sp-header .container  { max-width: 90%; }
}
0
P
Promptal
Accepted Answer
3 years ago #43

Thanks much Paul Frankowski. I can see the change now.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #44

You're welcome.

0
P
Promptal
Accepted Answer
3 years ago #46

Can i apply same code to top1 and top2 position?

0
P
Promptal
Accepted Answer
3 years ago #47

It worked. for the sp-top-bar too. Thanks much

0