whereisscott Posted May 5, 2020 Share Posted May 5, 2020 Site URL: https://www.pri-1.com/ Hi all, I'm trying to center how the social links block displays in the footer while only in mobile. I've been able to center everything else using CSS, but can't seem to figure out the code for this. Any help would be appreciated! Website: https://www.pri-1.com/ Password: Priority-1 Thanks! -Scott Link to comment
tuanphan Posted May 6, 2020 Share Posted May 6, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1583712424204_43278 * { 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!) Link to comment
whereisscott Posted May 6, 2020 Author Share Posted May 6, 2020 Thank you, Tuanphan! I didn't realize I had to put "div" in front of the block ID. Will keep that in mind for the future. Very very appreciated. Thank you again! Link to comment
tuanphan Posted May 6, 2020 Share Posted May 6, 2020 2 hours ago, whereisscott said: Thank you, Tuanphan! I didn't realize I had to put "div" in front of the block ID. Will keep that in mind for the future. Very very appreciated. Thank you again! div#block & #block are the same 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
whereisscott Posted May 6, 2020 Author Share Posted May 6, 2020 Good to know - thank you! Link to comment
herzworks Posted September 1, 2020 Share Posted September 1, 2020 hey @tuanphan what does the * do!? 🙂 founder of herz.works and maker of dope playlists. Link to comment
tuanphan Posted September 2, 2020 Share Posted September 2, 2020 9 minutes ago, herzworks said: hey @tuanphan what does the * do!? 🙂 target all elements that are children of the block id above. 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
herzworks Posted September 2, 2020 Share Posted September 2, 2020 Ah! Thank you @tuanphan! founder of herz.works and maker of dope playlists. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.