jesleacreative Posted September 11 Share Posted September 11 I have a mobile media query set up so that all my text on mobile is aligned centre. BUT, I want the top H1 on the homepage to still be left aligned as it works better that way. For the life of me I can't work out how to do it, i've tried the block ID, but I feel as though nothing will work as I already have the centre-align on mobile css in there. Can someone point me in the direction of a bit of code or workaround please? SITE: https://www.thesocialhome.com.au/ p/w: jesleacreative Link to comment
Solution tuanphan Posted September 12 Solution Share Posted September 12 You can use this CSS code @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1725267031146_10230 h1 { 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!) 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