Logo is not vertically aligning on mobile devices
Depending on the template used, the logo will be flushed along the hamburger menu, instead of vertically centered. To address this, the best responsive templates to use are the following:
- SuperFlat
- Frontier
- Heirloom
- Danube
These allow for the logo to be vertically centered. To change the template used, go to Style > Change Template > Responsive.
If there is no desire to change the template, the issue can still be addressed by adding a bit of CSS coding to the Site CSS, which is a feature only available on Premium subscriptions. To do this:
- Go to Style > CSS.
- In the left-hand pane, paste in the following code:
.mob_menu {margin-bottom: 1.5rem !important;} -
Click OK.
The margin-bottom value can be adjusted as needed.
Comments
0 comments
Please sign in to leave a comment.