CorinneJ Posted September 26, 2019 Share 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 :) Link to comment
tuanphan Posted September 26, 2019 Share 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 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
CorinneJ Posted September 26, 2019 Author Share 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? Link to comment
tuanphan Posted September 26, 2019 Share 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 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
CorinneJ Posted September 26, 2019 Author Share Posted September 26, 2019 @tuanphan Wonderful! It worked :) Thank you so much....it's been driving me crazy! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.