ethanrsklar Posted November 11, 2021 Share 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! Link to comment
tuanphan Posted November 14, 2021 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment