Dawn Theme - Moving View All button for collections to the right in line with Collection Name

Hi @Anonymous ,

I would really appreciate your help in moving the view all button to the right top in line with collections as shown in picture. The mobile layout is showing correctly.

Also how would I reduce the spacing between collections when the button is moved to top.

I am using dawn theme

Store URL - Lcouturedesigns.com

Thanks in advance

Regards

Liju

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
@media screen and (min-width: 1024px){
.collection.page-width .center.small-hide {
position: absolute;
top: 0;
right: 52px;
margin-top: 0;
}
}

Thanks, its working for all the collections like Kurta, Dresses etc.

How ever still showing the view all button below the pictures for the main collections section. How do I do this for that collections too.

Really appreciate your help.

Regards

Joseph