BVCH Posted March 2, 2020 Share Posted March 2, 2020 Hi I'm having trouble getting the text to align to the right in a specific image card (only want it to align differently in 2 specific image cards and not the rest on our site). I've tried google and using this code: #block-yui_3_17_2_1_1582748351695_31923 { text-align: right !important; } I could really use help on solving this issue :-) Link to comment
tuanphan Posted March 2, 2020 Share Posted March 2, 2020 Can you share link to an image card on your site? I can give the code. 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
BVCH Posted March 2, 2020 Author Share Posted March 2, 2020 https://collaborativeperformance.org/collaborative-growth Under the section ''The learning experience from A-Z" 🙂 Link to comment
tuanphan Posted March 2, 2020 Share Posted March 2, 2020 /* Pre training */ div#block-yui_3_17_2_1_1582748351695_26632 * { text-align: right; } /* Get certificated */ div#block-yui_3_17_2_1_1582748351695_39158 * { text-align: right; } 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
BVCH Posted March 2, 2020 Author Share Posted March 2, 2020 Thanks a lot! I can see I was missing the "*" sign in my css code I previously had no problem coding blok specifics without the "*", but I will remember this going forward! 🙂 🙂 😄 Link to comment
tuanphan Posted March 2, 2020 Share Posted March 2, 2020 * means to target all elements that belong to that block id 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
Archived
This topic is now archived and is closed to further replies.