Featured Collection Lists

Hello, i want my featured collection aligned with the product. Please guide me how to do it. Thank you.

Share Preview Link

Hello @sereneluminaire

You can add code by following these steps

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

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@media screen and (min-width: 750px){ .collection .page-width { padding: 0 1rem !important; } }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

  1. Edite Code

  2. Find base.css
    Put This Css In Your base.css file

@media screen and (min-width:990px) {
    .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width {
        padding: 0 15px;
    }
}

Thanks!

Thanks!