Hi,
Thank you to the staff who have assisted me so far, its appreciated.
The issue in question is this –
https://kriesi.at/support/topic/show-button-for-nominated-category-only/
Now marked as resolved as the button is working, however I have since discovered the mobile alignment is off.
Please see screenshot – https://pasteboard.co/1Q0MzWYXM.jpg
Thanks in advance.
Hey Gekko101,
Try adding the following to quick css:
@media only screen and (max-width: 1024px) {
#top form.cart .button {
margin: 2px 0!important;
}
}
Best regards,
Jordan Shannon