BobCarver Posted October 30, 2019 Posted October 30, 2019 I want our banner text to appear on the lower left corner of banner images. I can left align the text using: .desc-wrapper { margin: 0 !important; text-align: left!important; } I can't see to move to the bottom left. Also any attempts seem to expand the image. The page we're working on is here: https://www.carvertc.com/homenewdraft Thanks in advance Bob
tuanphan Posted October 31, 2019 Posted October 31, 2019 @BobCarver .desc-wrapper { margin: 0px; text-align: left !important; width: 50% !important; padding-top: 64px; padding-bottom: 0; } 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!)
BobCarver Posted November 1, 2019 Author Posted November 1, 2019 On 10/30/2019 at 5:41 PM, tuanphan said: @BobCarver .desc-wrapper { margin: 0px; text-align: left !important; width: 50% !important; padding-top: 64px; padding-bottom: 0; } Thanks a bunch @tuanphan
lisa0672 Posted October 18, 2021 Posted October 18, 2021 On 10/31/2019 at 11:41 AM, tuanphan said: @BobCarver .desc-wrapper { margin: 0px; text-align: left !important; width: 50% !important; padding-top: 64px; padding-bottom: 0; } @BobCarverI just found this and it is very helpful. I now have my text at left. Is there a way to centre it at the bottom, or justify it to the top or bottom right? Thanks!
tuanphan Posted October 20, 2021 Posted October 20, 2021 On 10/18/2021 at 9:52 AM, lisa0672 said: @BobCarverI just found this and it is very helpful. I now have my text at left. Is there a way to centre it at the bottom, or justify it to the top or bottom right? Thanks! Can you share link to your site? 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.