MosheTigre Posted May 30, 2023 Posted May 30, 2023 Hi! I'm trying to make my portfolio gallery have just one column, instead of two. But the template forces a minimum of two, so I need to edit it through CSS. I've tried a few different codes I found in the forum but none have worked for me so far! Thanks
iamdavehart Posted May 30, 2023 Posted May 30, 2023 make sure the layout is grid: basic, then add this .portfolio-grid-basic { grid-template-columns: 1fr; } Dave Hart. Software/Technology Consultant living in London. buymeacoffee
MosheTigre Posted May 31, 2023 Author Posted May 31, 2023 5 hours ago, iamdavehart said: make sure the layout is grid: basic, then add this .portfolio-grid-basic { grid-template-columns: 1fr; } Thank you so much! It worked!! Additionally, do you know how I could edit the size of the images? (I'd like to make them smaller.)
tuanphan Posted June 2, 2023 Posted June 2, 2023 On 5/31/2023 at 9:49 AM, MosheTigre said: Thank you so much! It worked!! Additionally, do you know how I could edit the size of the images? (I'd like to make them smaller.) If you share link to site, we can check & help easier 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
Create an account or sign in to comment
You need to be a member in order to leave a comment