LindseyMexico14 Posted March 14, 2022 Posted March 14, 2022 Site URL: https://tandoninteriors.com/design-services Site: https://tandoninteriors.com/design-services How can I left align the text to the far left" Follow Us on Instagram @tandoninteriors"
tuanphan Posted March 15, 2022 Posted March 15, 2022 It looks like you removed the text. Do you still need help? 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!)
LindseyMexico14 Posted March 15, 2022 Author Posted March 15, 2022 8 hours ago, tuanphan said: It looks like you removed the text. Do you still need help? yes! sorry the text is still there it was just moved, the @tandoninteriors is what I want to left align! https://tandoninteriors.com/design-services
tuanphan Posted March 16, 2022 Posted March 16, 2022 10 hours ago, LindseyMexico14 said: yes! sorry the text is still there it was just moved, the @tandoninteriors is what I want to left align! https://tandoninteriors.com/design-services Add to Design > Custom CSS /* align instagram text */ div#block-yui_3_17_2_1_1646384278405_28464 * { text-align: left !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!)
LindseyMexico14 Posted March 16, 2022 Author Posted March 16, 2022 19 hours ago, tuanphan said: Add to Design > Custom CSS /* align instagram text */ div#block-yui_3_17_2_1_1646384278405_28464 * { text-align: left !important; } thank you! It is not all the way to the left, is there a way to make it to the left completely (see screenshot!)
tuanphan Posted March 19, 2022 Posted March 19, 2022 On 3/17/2022 at 5:10 AM, LindseyMexico14 said: thank you! It is not all the way to the left, is there a way to make it to the left completely (see screenshot!) Try using this new code /* align instagram text */ @media screen and (min-width:901px) { div#block-yui_3_17_2_1_1646384278405_28464 { position: absolute; left: 10px; z-index: 99999; } div#block-yui_3_17_2_1_1646384278405_28464 * { text-align: left !important; } div#block-yui_3_17_2_1_1646384278405_16274 { padding-top: 100px !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!)
LindseyMexico14 Posted March 31, 2022 Author Posted March 31, 2022 On 3/19/2022 at 1:00 AM, tuanphan said: Try using this new code /* align instagram text */ @media screen and (min-width:901px) { div#block-yui_3_17_2_1_1646384278405_28464 { position: absolute; left: 10px; z-index: 99999; } div#block-yui_3_17_2_1_1646384278405_28464 * { text-align: left !important; } div#block-yui_3_17_2_1_1646384278405_16274 { padding-top: 100px !important; } } thank you!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment