Apologies if this is already mentioned, but I went to the SM shop to buy an and the buy button on every item, in every year tab is below the line below the items,when I clicked on what I thought was the correct button I actually got What I mean is the button appears to look as if its above the item you're buying, but when you buy,you get the item above the button.
All the buy buttons in special shops are below the items, this isn't really a bug
if the buy button is misaligned, it's probably related to the recent font changes. you could try fixing the font sizes with custom css, and hopefully that will solve the misalignment. this is the code i've been using:
body, html, .sidebar-event, div#sidebar-inner-dash {font-size:12px!important}
.ui.grid>div, .column, {font-size:13px!important}
Thank you for the info. I didnt notice that, it just looks odd because the button is below the line that runs between the rows of items so it looks as if its for the item below if you know what I mean lol. Thats fixed it, thank you very much.