Forum › Forums › General Support › Button styling
Hi Olly,
I would like to change the order button to be only around 300px wide and aligned to the right instead of going across the entire table.
I tried all sorts of CSS codes, but can’t get smaller. Any help would be greatly appreciated.
Kind regards
Regine
got a link link ? (depends on your theme )
Sorry, keep forgetting since I have posted multiple posts.
new.elmexicano.net.au/armadale/
login as previously advised
Thanks
>Sorry, keep forgetting since I have posted multiple post nowhere near as many as i have…..
anyway:
width: 300px; min-width: 300px;
Thanks Olly,
I added the code, but it only affects to buttons in the cart, but the button on the order page is still full width.
Thanking you in advance.
website new.elmexicano.net.au/armadale login as previously supplied
cant see you overriding the min-width anywhere.. in any case try this instead
width: 300px !important; min-width: 300px !important;
that has done the trick.