Arch Posted June 19, 2020 Share Posted June 19, 2020 Site URL: http://www.arch-worldwide.com/shop-all Hello, I'd like to align the Products description excerpt to center it with the title but keeping the text align left. I've managed to make the excerpt textbox a certain max width with the code below, but I'm struggling to find a way to align it center within its column. I tried vertical-align: middle !Important; but it didn't work. .ProductItem-details-excerpt { text-align: left; max-width: 500px !Important; } Link to comment
RyanDejaegher Posted June 19, 2020 Share Posted June 19, 2020 @Arch, you can center things that have a width set using margin: 0 auto; Here's what that looks like Philadelphia, PA 👉 Squarespace Tutorials Chat/Message on FB Messenger for quickest response: https://m.me/dejaegherryan Link to comment
Arch Posted June 22, 2020 Author Share Posted June 22, 2020 @RyanDejaegher OMG awesome thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.