Archived topic
Want to align top bar in mobile
2 replies · Started by Umad on January 18, 2023
Viewing posts 1–3 of 3
Can you help me to align mobile top bar in center correctly ??
Here is the screenshot
https://snipboard.io/imKzfZ.jpg
Anybody please respond me ?
Hi there,
try adding this CSS to your site:
@media (max-width: 768px) {
.inside-top-bar {
padding-right: 5px;
padding-left: 5px;
}
.top-bar .widget_nav_menu > div > ul {
flex-wrap: wrap;
justify-content: center;
}
}
This archived topic is closed to new replies.