How can I expand the full width of the banner image on the Supply theme?

Hi,

I am using the supply theme and want to expand the full width of the banner image on the slide show.

I have researched a lot but couldn’t find the solution.

It would be appreciated if someone could help me on this matter.

Thanks

1 Like

Hi @vcircle0111 can you post here the link to your store so I can take a look and suggest a fix?

Hi,

Store url www.vapecircle.co.uk

Thanks

Hi, Supply Theme is not really designed to support full width, but I’ll try tomorrow to post some code that may help.

Just to be sure, you’d like only the 2 sliders the one under the menu and the one in the footer to be full width, while the rest of the website keep the same width as you have now?

Yes please.

@vcircle0111

.template-index main.wrapper.main-content {
    max-width: 1536px !important;
    padding-top: 0;
}

Add this code in custom.css

Hi,

From can i access to the custom.css?