brvndono Posted February 11 Posted February 11 Hello! On my page - https://www.brandonomusic.com/in-the-studio I'm looking to have "In the studio w/Paola Di Leo" aligned on the left in mobile only. I've tried to use this code, by with no success, @media only screen and (max-width: 767px) { #block-yui_3_17_2_1_1707593421072_39951 { text-align: left; }} Could anyone help me out?
tuanphan Posted February 13 Posted February 13 Use this CSS code @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1707593421072_39951 pre { 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
Create an account or sign in to comment
You need to be a member in order to leave a comment