KellyAllen Posted November 23, 2019 Share Posted November 23, 2019 Hi, I'd liked to have the title text in one line at the top of the image and the sub text left aligned in the empty space of the image. Is that possible? No worried if I have to change the size of the text. https://www.wordified.com.au/home-1 Thank you! Link to comment
tuanphan Posted November 23, 2019 Share Posted November 23, 2019 add to Home > Design > Custom CSS div#block-yui_3_17_2_1_1574374741544_3966 .image-card.sqs-dynamic-text-container { width: 100% !important; } div#block-yui_3_17_2_1_1574374741544_3966.image-subtitle-wrapper * { text-align: left !important; } div#block-yui_3_17_2_1_1574374741544_3966 .image-subtitle-wrapper { padding-left: 30px; padding-right: 30px; } also, you should reduce title size to it is in one line 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
KellyAllen Posted November 23, 2019 Author Share Posted November 23, 2019 Thank you, I really appreciate your help. I added it in but the text is still across the middle of the image and I'd like it at the top of the image. Do I need to add padding somewhere? Link to comment
tuanphan Posted November 23, 2019 Share Posted November 23, 2019 20 minutes ago, KellyAllen said: Thank you, I really appreciate your help. I added it in but the text is still across the middle of the image and I'd like it at the top of the image. Do I need to add padding somewhere? top for title or both? body#collection-5dd6fc0df0547d640c75a4e5 .sqs-block-image .design-layout-poster .image-card-wrapper { align-items: baseline; } 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
KellyAllen Posted November 23, 2019 Author Share Posted November 23, 2019 It looks good now thank you! Just having trouble getting the sub title to stay left-aligned... Link to comment
KellyAllen Posted November 23, 2019 Author Share Posted November 23, 2019 Also the sub title looks terrible on ipad view...? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.