How can I center the 'buy now' button on mobile view?

Hi

I hoped someone could help me, I am using the image with text section throughout my site. And on a mobile view I would like to align this to the centre. Can anyone advise please

The site is www.allthekids.co.uk password - folieb

Please see example below:

Thanks

1 Like

@Booshy

Add code Your assets/theme.min.css bottom of the file.

@media only screen and (max-width: 749px) {
.template-page .btn { margin: 0 auto !important; display: table !important;}
}

Thanks!

Perfect, thank you for your help