Archived topic
Center Logo on Offcanvas panel not working
3 replies · Started by Sars on February 23, 2022
Dear Team,`
This code is not working on https://nationalroofingsupply.ca
Kindly help
`.inside-navigation .custom-logo-link {
text-align:center !important;
height: 150px;
width: 200px;
}
/* End GeneratePress Site CSS */
Hi Sars,
To center the logo in you Off Canvas menu, here is a CSS code you can try:
.slideout-navigation .inside-navigation.grid-container.grid-parent {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.slideout-navigation .inside-navigation.grid-container.grid-parent a.custom-logo-link {
align-self:center;
}
I believe text-align would only work if you select the div holding the a tag which has the logo inside, but doing so will align other elements to center as well.
Kindly let us know how it goes. :)
Awesome. Thanks a lot . Works Fine!
You’re welcome Sarathy! Glad that worked! Feel free to reach out anytime if you’ll need assistance with anything else. :)