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 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
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; } ratkaj 1 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
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 ratkaj 1 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment