Aligning Collection Page Content to the Right (Dawn)

Aligning Collection Page Content to the Right (Dawn)

manbru
Pathfinder
129 0 30

Hello,

 

I would need some help with aligning the content that's shown in the image below on my collection page to the right. But this is very important (without using margin or padding), because i want it to keep the same position no matter what screen size it's shown on. It can be something like this: min-width: 768px.

 

my store: https://r1vex.myshopify.com/collections/2 

 

 

Thanks for helping me out!

 

 

Skärmavbild 2024-08-02 kl. 07.26.46.pngSkärmavbild 2024-08-02 kl. 07.26.58.png

Reply 1 (1)

Sweans
Shopify Partner
429 89 126

Hi @manbru ,

 

Please apply the following CSS code to the slider component:

 

 

.collection-list-wrapper .slider-component.slider-mobile-gutter {
    max-width: 960px;
    margin-left: auto;
    padding-right: 3%;
}

@media only screen and (min-width: 768px) and (max-width: 1152px) {
    .slider-component.slider-mobile-gutter {
        max-width: 820px;
        width: 67%;
    }
}

 

You can add the code in the custom CSS section on the customize page. Please refer to the screenshot below.)

 

Sweans_0-1722582826930.png

 

Please review the result below:

 

Sweans_1-1722582860082.png

 

I hope this helps! If it does, please like it and mark it as a solution!

If you need further assistance, feel free to reach out!

Regards,
Sweans

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com