Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #924132

    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.

    #924186

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.