deaton72 Posted August 31, 2020 Share Posted August 31, 2020 Site URL: https://corn-apricot-zn88.squarespace.com/ PW is BA47. I have a rollover effect on the people page that I like, BUT whenever someone doesn't have a title, their name is not as far up the block as someone who does - look at people - Lorne vs Kathy, for example. I have tried to move the name/description with CSS, but they seem to be related to each other position wise. Is there anyway to make the position of the name (title) and then the role (description) so they align horizontally regardless of how many lines it is? Link to comment
Beyondspace Posted August 31, 2020 Share Posted August 31, 2020 Absolute position may helps To add CSS, go to Design -> Custom CSS .white .sqs-block-summary-v2 .summary-title { position: absolute; top: 40%; } .white .sqs-block-summary-v2 .summary-excerpt { position: absolute; top: calc(50% + 20px); } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
deaton72 Posted August 31, 2020 Author Share Posted August 31, 2020 @bangank36 Thank you so much! that is exactly what I needed! Beyondspace 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment