gmpl13 Posted September 9 Share Posted September 9 Site URL: https://gabriellaplueportfolio.squarespace.com How can I have my home portfolio page have one column instead of two? Also, is there a way to make the margins on the side disappear for the section, so each project spreads horizontally across entire page? And a way for there to be no gap/ gutter in between each project horizontally? Thank you! Link to comment
Spark-Plugin Posted September 10 Share Posted September 10 Hi @gmpl13. How are you doing today? To remove the horizontal and vertical space, switch to edit mode, hover over the portfolio section, and click 'Edit Section.' Then, set both the horizontal and vertical spacing to 0px. Next, to set up a single column and remove the margins, follow these steps: Navigate to Pages > Website Tools > Custom CSS. Paste the following code into the CSS editor. .portfolio-grid-overlay { grid-template-columns: 1fr; padding-left: 0!important; padding-right:0 !important; } Let me know if that works. - Answered by Iuno from sparkplugin.com 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