Jumbotron Buttons Width

Hello,
I was trying to modify the sizes of the jumbotron buttons using this additional css:

#header .bottom-header .header-button-two {
    width: auto;
    height: 63px;
    line-height: 63px;}

however when I try to change the auto on the width attribute the button doesn’t change.

What am I missing?
Thank you in advance

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the button width by going to Appearance > Customize > Additional CSS and pasting it there.


/*Button width*/
#header .bottom-header .header-button-one {
    width: 128px;
    min-width: 10px;
}

Best Regards,
Support

It worked. Thank you!

Hi, there

Nice, to hear your problem is fixed:) Now I will now close the topic and mark it as resolved. Feel free to contact us again
Thanks!