I'm new to CSS and was wondering if anyone could tell me how to set the menu tabs to a fixed width.
Thanks
I'm new to CSS and was wondering if anyone could tell me how to set the menu tabs to a fixed width.
Thanks
Hi Joseph,
Sorry if this reaches you too late. If you add the following code to your CSS editor, it should give you what you want:
a.kn-link.kn-link-page.kn-button
{
width: 200px !important; // Change the width
}