Unfold Off Canvas Menu Position On Mobile - Question | JoomShaper

Unfold Off Canvas Menu Position On Mobile

bigfrontdoor

bigfrontdoor

Template 6 days ago

Hi there, probably a stupid question but I cannot figure it out.

I'm working on a client project using Unfold, and I notice that the off canvas menu on mobile is stuck to the bottom of the page which is quite unusual!

I don't hate it but I think my client might - if they do how can I get it to move back to it's normal position, obeying the template settings of left/right etc..... for the burger menu?

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 6 days ago #218491

Hi,

Indeed, in that template, our designer decided to use a mobile header at the bottom, not at the top, as people are used to it.

I assume that you're webmaster your client site and you still have access to back-end. In that case please use that Custom CSS to put at the top

@media screen and (max-width: 767px) {
  #sp-header {bottom: auto;top: 0px;}
}

as you see very easy change.

https://www.joomshaper.com/documentation/joomla-templates/unfold/how-to-customization-tips

1
bigfrontdoor
bigfrontdoor
Accepted Answer
5 days ago #218500

Perfect Paul, appreciate the very quick reply too!

Thank you

0