tuanphan Posted October 6 Posted October 6 You can use this guide to adjust a specific Portfolio Page to 4 columns, 2 columns or any columns. In my case, we will use 4 Columns on page A, then set custom column on page B. #1. First, set the Portfolio Page A to 4 columns. #2. Open Portfolio Page B where you want to change to 2 Columns and use below tool to find Page ID. In my example, we will have: #collection-66a1bfc99041e47b896c1e48 Next, use this CSS code to Custom CSS to change Portfolio Page B to 2 columns #collection-66a1bfc99041e47b896c1e48 div#gridThumbs { grid-template-columns: repeat(2,1fr) !important; grid-gap: 20px 20px; } 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