I am looking to reduce the height of the top bar to 35px and have the text (cente rof screen) sit inline with the social icons on the right. I have tried other quick CSS from other threads but they did not work. I
Website in private content.
Thank you.
Hey web6s,
Perhaps try the following in quick css:
.avia-menu a{
height:35px!important;
line-height:35px!important;
}
.container.av-logo-container{
height:35px!important;
line-height:35px!important;
}
Best regards,
Jordan Shannon