annicatter16 Posted July 10, 2022 Share Posted July 10, 2022 (edited) Site URL: https://radish-amethyst-2hws.squarespace.com/portfolio-1-1 Hi I would like my protfolio listed in two collums. I tried the below code and although It made two collums it is just listing the images underneath eachother on one side. password; 12345 Edited July 10, 2022 by annicatter16 Link to comment
tuanphan Posted July 10, 2022 Share Posted July 10, 2022 Add to Design > Custom CSS @media screen and (max-width:767px) { div#gridThumbs { display: grid !important; grid-template-columns: repeat(2,1fr) !important; grid-gap: 10px 10px; } .portfolio-grid-basic .grid-item { width: 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!) 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