Hi,
I would like to move the VIEW ALL button below the featured products.
It is now shown below the Featured Products title. See attached.
Is there someone who can explain to me how to do this?
Kind regards,
Els
Hi,
I would like to move the VIEW ALL button below the featured products.
It is now shown below the Featured Products title. See attached.
Is there someone who can explain to me how to do this?
Kind regards,
Els
Do you mean to move here?
If it is, try this one then.
.collection.feature-collection.section-template--19690807066957__1bd80085-15f7-4d04-aa3a-da653fa18bea-padding.collection--full-width {
display: flex;
flex-direction: column;
}
.center.collection__view-all {
order: 3;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!