Full-Width Template for Additional Pages (NOT MAIN) in Craft Theme

Hello!

I would like to use multiple pages to act as portfolio/gallery pages.

I would like them to be full-width. Here is the test page I’m working on - as you can see, four images across make each image too small. If I could have the side margins smaller, it be much better!

https://rowsomedesigns.com/pages/testing

I used a tutorial from here to achieve this on a previous theme, but I can’t find it.

Can someone please show me the code that needs to be added?

Thanks!

Hi @RowsomeLeather ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :

{% if page.url != "/pages/testing" %}
  
{% endif %}

Hope my answer will help you.

Best regards,

Victor | PageFly

Thanks for the response. I’d rather just have a template I can select, though, as I want to have four or five pages like this, with the option to add more. In a previous theme, I had duplicated a page in the code section, changed some stuff, and then was able to select the template from the right-hand menu on the pages editor. It made things really simple.