Guest Posted October 27, 2020 Posted October 27, 2020 Site URL: https://www.nickasbell.com Site Password is: 1234abcd Hello! I really like the layout overall with the Pazari template; However, I really want to change the image size/aspect ratio of the portfolio images to a 1:1 square and haven't found anything on it! Also, I was wondering if there's a way I can swap out the Project Title to appear AFTER hovering over it, rather than being visible before. Thank you, -Nick
tuanphan Posted October 28, 2020 Posted October 28, 2020 Add to Home > Design > Custom CSS a.grid-item, .grid-image { padding-bottom: 100% !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!)
Guest Posted October 28, 2020 Posted October 28, 2020 7 hours ago, tuanphan said: Add to Home > Design > Custom CSS a.grid-item, .grid-image { padding-bottom: 100% !important; } Thank you so much, I really appreciate it! Is there an easy way to make the image a little larger / shorten the column gap between the images now? I tried playing around with the grid-column-gap CSS but wasn't able to figure it out!
tuanphan Posted October 31, 2020 Posted October 31, 2020 On 10/29/2020 at 4:15 AM, nickasbell said: Thank you so much, I really appreciate it! Is there an easy way to make the image a little larger / shorten the column gap between the images now? I tried playing around with the grid-column-gap CSS but wasn't able to figure it out! Use this CSS div#gridThumbs { grid-column-gap: 5px; grid-row-gap: 5px; } 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.