Magnin, Change Logo And Offcanvas Menu Position - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Magnin, Change Logo And Offcanvas Menu Position

Yofie Setiawan

Yofie Setiawan

Template 2 years ago

Hi,

Can i get a support on how to move the logo to the side left of the browser, and offcanvas menu to the side right of the browser. I mean to the most left and most right side. I try to change from the template settings, but it just messed up. I mean the header settings doesnt work such Helix Ultimate template.

https://yopdesign.com/demo/absoluteracing/

0
6 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #135110

Hi there!

Did you mean beyond the container?

https://prnt.sc/7kXoYO-41uiP

Then you need to set the container max width as 100%.

Here is the sample custom code for you:

#sp-header .container {
    max-width: 100%;
}

Best Regards

0
Yofie Setiawan
Yofie Setiawan
Accepted Answer
2 years ago #135121

Hi Rashida,

Thanks, that works like magic, but little more issue, how to move the menu to align right, instead of left?

https://ibb.co/VCZQXqL

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #135125

Glad that it helped:)

You can try this for the megamenu to be right aligned:

#sp-header .sp-module {
    margin-left: auto;
}

Best Regards

0
Yofie Setiawan
Yofie Setiawan
Accepted Answer
2 years ago #135219

Hi Rashida,

A little bit problem after the changes, the offcanvas menu seems forced to the left side of the browser, how to center it?

https://ibb.co/JxWxsLy

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #135243

Hello,

It looks like this at my end: https://prnt.sc/uy8AX6uCuSPO

Best Regards

0
Yofie Setiawan
Yofie Setiawan
Accepted Answer
2 years ago #135244

Ya, i found a hack for that, but how to make it align in the center of the page?

0