You’re saying you’re using the CSS I gave you in this thread?
If so, in the media query for smaller displays, rather than display: inline-block;
, make it display: block;
and then you should be able to center it.
You’re saying you’re using the CSS I gave you in this thread?
If so, in the media query for smaller displays, rather than display: inline-block;
, make it display: block;
and then you should be able to center it.