Archived topic
Peak Site Question
3 replies · Started by Eric on January 25, 2019
Viewing posts 1–4 of 4
Hi,
I'm using a header widget to get the phone number in the upper right corner (I've got my logo centered above the menu) is it possible to move that number down with some css so it's closer to the menu item?
Hi there,
Give this CSS a shot:
@media (min-width: 769px) {
.header-widget {
padding-top: 45px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thank you!!!
No problem :)
This archived topic is closed to new replies.