Hi all,
I have just managed to make my slideshow on my supply theme full width by giving it its own section. I literally just added {% section ‘slideshow’ %} next to {% section ‘header’ %} part of the code within theme.scss.liquid.
So, now the issue I now seem to have is two blocks of padding between the header and the new slideshow.
Adding code to the bottom of the theme.scss.liquid to remove the main content top padding did not work as I have had to put the slideshow in its own section to make sure it’s full width. All this did was remove space between the first line of text on the website, and the slideshow.
Sorry if I have explained this is a round about way, but if anyone knows how I can get rid of this space, I would greatly appreciate it.
https://1qxa6t5qeqgoa6hz-62453743830.shopifypreview.com
P.s. I had to put the slideshow in its own section/container because trying to force it into being full width with lazy code at the bottom of the Theme.scss.liquid or theme.liquid was not working, likely because the whole of the main body of the supply theme is within one container.