jessayinda Posted July 30, 2019 Posted July 30, 2019 Hello ! I would need some help as I would like to have my blogposts summaries look like the photo enclosed. I'd like the title and image to overlap and the title to be in a sort of " white box" (collage style but centered)Do you maybe have some css code to help me ? I have been looking all over the internet but couldn't see anything helpful ! Here is my website if that can help : slaemag.com Thanks so much in advance ! Jessica
Guest Posted September 26, 2019 Posted September 26, 2019 I have the same question! I've found something that works, but isn't as perfect. .summary-title-link { background: #ffffff; padding-right: 10px; padding-left: 10px; position: relative; bottom: 40px; } Putting this in your CSS will at least display the title with a white background and slightly overlay the text (this can be adjusted by changing the "bottom" number). If anyone has a better solution I am dying to hear it!
thejetjournal Posted December 11, 2019 Posted December 11, 2019 .sqs-block-summary-v2 { .summary-item { position: relative; .summary-content { position: absolute; bottom: 0; top: auto; padding: 70px 20px 0px; } } } .summary-title { background: #f4f1ef; padding: 5px; } This worked for me!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.