Hello, Happy new year, I hope you are all well
can anybody help me with this issue?
on desktop it looks perfect but on mobile the alignment has moved.
it needs to be aligned in the middle please
screenshots are attached
Url is https://thescentmaster.co.uk
i am using dawn theme
@KetanKumar
@TheScentMaster add below CSS on custom.css file
variant-radios, variant-selects{display: flex;justify-content: center;}
2 Likes
@NileshTejani I will check this now, thank you!
unfortunately it has worked, anything else I can try? @NileshTejani
@TheScentMaster if it work then accept my solution and also like thank you
hasn’t worked* @NileshTejani
@NileshTejani it hasn’t worked, sorry, typo error, anything else I can try?
@TheScentMaster it working fine see give me access so i check
@NileshTejani please try iPhone 12pro max
@TheScentMaster could you check on private browser i see it work fine all device
@NileshTejani I have just checked now, it’s still not working
@TheScentMaster Message me on private
@NileshTejani I’ve just adjusted the layout of code
variant-radios, variant-selects {
justify-content: center !important;
display: flex !important;
}
it works like this, thank you loads!