FAQ

How do I add custom CSS to the theme?

This is only recommended if you’re confident editing the theme code. If not, you could hire an experienced coder to make the changes for you. Once you’ve taken a theme backup, click the “Actions” button next to your published theme and choose “Edit code” When the editor opens, click the file named “styles.css” in the Read more

How do I stop the last item on a row stretching to fit the width?

That can be done but will require a code change. You’ll need to add a snippet of CSS to the theme. Please see this article for instructions on adding custom CSS… How to add custom CSS And here’s the CSS you’ll need to add… .flexbox.flexwrap .flexbox-grid{justify-content:space-around;} .flexbox.flexwrap .flexbox-grid>li{flex-grow:0;}