Dawn Theme | Remove padding from Featured Collection

Hi

Anyway to remove the padding from mobile? It’s the collection slider.

Already removed the buttons and it’s perfect but I also want to remove the padding. (The actual buttons/numbers place).

@Ell_Soll - can you please share this page link?

Hello @Ell_Soll

It’s GemPages support team and glad to support you today.

Could you please share your store URL ( with the password if your store password is enabled ), and the custom font name that you are using? Then I can see and suggest something for you.

Font: Fjalla One

@Ell_Soll - the space is not visible on mobile view, did you remove it?

Changed the slider for now, that’s why you can’t see it.

Any code to remove the space? If you got a code then write it here and let me check.

@Ell_Soll - can you add old slider then? need to check what exactly is causing this space

Check now.

Hi @Ell_Soll

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


Hope this answer helps.

Best regards,

Victor | PageFly

@Ell_Soll

I would like to give you a solution to support you.

  1. Go to Online Store → Theme → Edit code.

  2. Open your assets/base.css theme file.

  3. Add the code at the end of the file:

@media screen and (max-width: 749px){
    .bestseller-section-container{
       padding-bottom: 0 !important;
    }
}

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.