Responsive Menu Problem - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Responsive Menu Problem

L

Lele

Helix Framework 3 years ago

Hello, I have an issue with the responsiv of the website linked below.

On responsiv side the menu (offcanvas) isn't aligned with the logo and stay below. Can you help me?

Thank's a lot, Lele

0
1 Answers
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #55252

Hello

Thank you for your query.

Please add the following css rules in custom css section:

#sp-header > .container > .row {
    display: flex;
    align-items: center;
}
#sp-menu {
    flex: auto;
}

Hope this helps you.

0