Hi,
I'm looking for a CSS code to change alignment on text block in mobile ONLY.
Preferably center, but also would love the codes for left / right.
Need it on a lot of blocks but as an example:
homepage text block on mobile:
#block-ed20e2002a61eaf311bb
password: smoothie123
I tried this CSS but it is not working:
@media screen and (max-width:767px) {
#enter-block-id-here>div {
text-align: center !important;
}
}