Archived topic
How to center align .off-canvas-toggle-label vertically?
3 replies · Started by Tim on August 29, 2021
I have enabled .off-canvas-toggle-label and I want to center-align it vertically with the hamburger icon (on desktop).
How do I do that?
See attached site URL.
Hi there,
Try adding this CSS:
.slideout-toggle a {
display: flex;
}
.slideout-toggle .gp-icon.pro-menu-bars svg {
top: 0;
}
Here's the effect - https://share.getcloudapp.com/8Lu5ok8b
Thank you Elvin, that worked.
However, when I add the code, my cart icon on the right is moved a little upwards so it's not aligned with the hamburger icon on the left. Do you know how to fix that as well?
Edited Elvin's CSS slightly so it only targets the hamburger icon:
https://generatepress.com/forums/topic/how-to-center-align-off-canvas-toggle-label-vertically/#post-1912188