Neutie Posted August 24, 2022 Share Posted August 24, 2022 Hi, I am currently working on my website. I have a homepage, which features a small part my portfolio which I'd like to be 3 columns. Then I have another 'work' page, which features basically everything I made. I want this to be 4 columns. However, when editing the columns, it affects both pages. Already reached out to SS, they couldn't help. Maybe anyone here knows what to do or is there a certain code I could use? Thanks! Link to comment
tuanphan Posted August 27, 2022 Share Posted August 27, 2022 Hi, Can you share link to page where you want 4 columns? We can 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!) Link to comment
Neutie Posted August 29, 2022 Author Share Posted August 29, 2022 (edited) Of course! www.concreet.media You can see the columns on the homepage and on the werk-page. Edited August 29, 2022 by Neutie Link to comment
tuanphan Posted August 30, 2022 Share Posted August 30, 2022 21 hours ago, Neutie said: Of course! www.concreet.media You can see the columns on the homepage and on the werk-page. You want 4 columns on werk page? Add to Design > Custom CSS /* Werk page 4 columns */ @media screen and (min-width:768px) { body#collection-62f63c5aee57f876ef42d3a0 div#gridThumbs { grid-template-columns: repeat(4,1fr); } } 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!) 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