1. pedra
  2. Commercial Templates
  3. Saturday, 02 July 2022
  4.  Subscribe via email
Hi Ciaran,

is it possible to move the icon for the mobile view (hamburger menu icon) from the right side to the left side?

First of all, thank you very much.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

As the logo is by default to the left side, would you like the swap the position of the menu toggle and logo?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hallo,

That's exactly what I thought. It would be great if that were possible.

Perrette
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Maybe try adding the following to the Responsive Custom CSS fields within the General -> Responsive Options tab of your template settings. For more details on using these fields may I suggest the following article... https://joomla51.com/tutorials/template-parameters/applying-custom-css-to-a-screensize-device

.header_main {
flex-direction: row-reverse;
justify-content: space-between;
padding-inline: 1rem;
}
.logo {
flex: 0 1 auto;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hallo Ciaran,

thank you for the help. Your suggestion works as desired. :)
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!