How to indent text on featured collection (Dawn)

Solved

How to indent text on featured collection (Dawn)

lilyioti
Tourist
15 0 4

How to indent text slightly to the right on my featured collection so its not hugging the edge of the page. 

collection card text indent.PNG

Accepted Solution (1)

Kyle_liu
Shopify Partner
178 26 29

This is an accepted solution.

Hi @lilyioti 

 

You can edit theme.

 

.card--standard>.card__content .card__information {
    padding-left: 0;
    padding-right: 0;
    margin-left: 5px;
}

Kyle_liu_0-1726794134426.png

 

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to contact me on ([email protected])

View solution in original post

Replies 2 (2)

Kyle_liu
Shopify Partner
178 26 29

This is an accepted solution.

Hi @lilyioti 

 

You can edit theme.

 

.card--standard>.card__content .card__information {
    padding-left: 0;
    padding-right: 0;
    margin-left: 5px;
}

Kyle_liu_0-1726794134426.png

 

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to contact me on ([email protected])
lilyioti
Tourist
15 0 4

This worked  ! Thank you 🙂