ethanrsklar Posted November 11, 2021 Posted November 11, 2021 Site URL: http://www.blueeye.digital/ Hi all, I'm still new to all this, so please forgive me if this is a simple fix. I'm looking to align the textbox linking the privacy policy in my footer to the left of the block, but only on mobile. I've looked up how this could be done, but nothing seems to be working. If someone could help me out, that'd be awesome. Thank you!
tuanphan Posted November 14, 2021 Posted November 14, 2021 On 11/11/2021 at 8:33 AM, ethanrsklar said: Site URL: http://www.blueeye.digital/ Hi all, I'm still new to all this, so please forgive me if this is a simple fix. I'm looking to align the textbox linking the privacy policy in my footer to the left of the block, but only on mobile. I've looked up how this could be done, but nothing seems to be working. If someone could help me out, that'd be awesome. Thank you! Add to Design > Custom CSS /* Align left privacy on mobile */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1636535945263_4235 * { text-align: left !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.