Archived topic
Logo and Off Canvas Panel icon on same row
5 replies · Started by WebbPlatsen on May 31, 2022
I'm showing Off Canvas Panel icon even for desktop.
In my header first row, LOGO is to the left and on the second row Off Canvas Panel icon is to the right.
I want LOGO and icon on the same row.
LOGO to the left and icon to the right.
Hi there,
two options:
a. In Customizer > Layout > Header - enable the Navigation as Header.
OR
b. In Customizer > Layout > Primary Navigation - set the Location to: Float Right.
Option A solved the problem :)
How about padding?
Can customizer handle this or do I have to use my own CSS like below?
div.inside-navigation.grid-container {
padding:20px 0px 20px 40px !important;
}
Did you try option B ? As you can then set the Header padding ?
If not CSS is the way to go with option A
Option B didn't work.
Option A and custom CSS solved my problem.
Thanks!
Glad to hear that!