Button Sizing

Hi Guys,

I have my button on the top right ( https://www.digitalcreative.com.mt/social/) however i wish to have it smaller like 80x10 with font size 10px.

When i do this through CSS it just becomes impossible to read any chance someone could help me?

Thanks
Isaac 

Comments

  • Hi,
    I suggest not to use static values of height and width in the Menu, it could make some responsive problems.
    I've made CSS for this button, which could be okay for you.
    Please remove your old code and replace it with this code below.

    #Top_bar a.action_button {
    padding:5px;
    margin:0 auto !important;
    margin-top:5px !important;
    font-size:10px !important;
    }
    Thanks
Sign In or Register to comment.