Archived topic
TOPBAR Responsiveness
3 replies · Started by Aisling on March 23, 2018
Viewing posts 1–4 of 4
Is it possible to change the top bar padding for responsiveness for mobile
Hi there,
Try this CSS:
@media (max-width: 768px) {
.inside-top-bar {
padding-top: 20px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Perfect thank you
No problem!
This archived topic is closed to new replies.