CorinneJ Posted September 26, 2019 Posted September 26, 2019 Using Ishimoto template and the footer text stays right justified in mobile view? In the template it should go centred in mobile view. Does anyone please please have a CS code to make this happen? Its really bugging me :( https://caper-sunflower-8dpc.squarespace.comPassword: incartists Site is missing videos at the moment which is why it may look weird :)
tuanphan Posted September 26, 2019 Posted September 26, 2019 @Corinnej Add to Home > Design > Custom CSS div#block-yui_3_17_2_1_1569402637768_4353 * { text-align: center !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!)
CorinneJ Posted September 26, 2019 Author Posted September 26, 2019 Thankyou @tuanphan but i want it to be right aligned in desktop but centred on mobile & tablet. Is there a way to do this?
tuanphan Posted September 26, 2019 Posted September 26, 2019 @Corinnej remove code I sent and use this @media screen and (max-width:900px) { div#block-yui_3_17_2_1_1569402637768_4353 * { text-align: center !important; } } 5 minutes to check & found the solution 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!)
CorinneJ Posted September 26, 2019 Author Posted September 26, 2019 @tuanphan Wonderful! It worked :) Thank you so much....it's been driving me crazy!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.