Help With The CANVAS Menu - Question | JoomShaper

Help With The CANVAS Menu

G

Giuseppe

Template 2 days ago

How do I move the CANVAS menu on smartphones to the right?

I attach a screenshot: https://osteopata.giuseppecento.eu/error/image11.jpg - incorrect position https://osteopata.giuseppecento.eu/error/image12.jpg - correct position

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 days ago #221441

Ciao,

easy. For example using that:

@media screen and (min-width: 320px) and (max-width: 767px) {
  #sp-menu {margin-left: 30%;}
    }

BTW

Remember to upload/use your own custom favicon. Do not keep Joomla logo.

0