dplumb Posted September 9, 2019 Posted September 9, 2019 Any ideas on how I can have the hover text be positioned at the top of the block? Thanks so much in advance!
tuanphan Posted September 9, 2019 Posted September 9, 2019 @dplumb you can use custom code. Can you share url? 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!)
dplumb Posted September 10, 2019 Author Posted September 10, 2019 Yes, it's https://theifproject.squarespace.com/programs pw:renata Under "internal programs", the images with the pink arrows have the hover text I'd like to be at the top of the block. Thanks so much!Denise
tuanphan Posted September 10, 2019 Posted September 10, 2019 @dplumb Add to Home > Design > Custom CSS body#collection-5c59e8c1ee6eb0429890147c .sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .image-caption-wrapper { top: -50px; } 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!)
dplumb Posted September 10, 2019 Author Posted September 10, 2019 That's so great, thank you! One last question is there a way to make the text box fill the image block? So that no scroll bar is necessary? I so appreciate your help! Best,Denise
tuanphan Posted September 10, 2019 Posted September 10, 2019 @dplumb @media screen and (min-width:901px) { body#collection-5c59e8c1ee6eb0429890147c .sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic { height: 20em !important; } } @media screen and (max-width:900px) { body#collection-5c59e8c1ee6eb0429890147c .sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic { height: 32em !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!)
tuanphan Posted September 10, 2019 Posted September 10, 2019 @dplumb You can Accept Answer if it worked. Thanks 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.