I want to change the position of "View All" button in Dawn Theme

I want to change the position of “View All” button in Dawn Theme. This is my website link: www.swayur.com

Below is the screenshot of the website which has View All link just as I want:

@swayurindia Please share the exact page link and please mark the location where you want view all button

https://www.swayur.com/ on the home in “Latest products” and all other collections title

@swayurindia

Like this?

https://www.jiomart.com/ see this website

@swayurindia

Follow these Steps:
Go to Online Store Edit Code Find theme.liquid file or base.css
Add the following code in the bottom of the file above tag

underlined-link, .customer a {
    text-decoration: none !important;
    border: 1px solid #1967d2;
    padding: 5px 30px;
    border-radius: 20px;
}

.center {
    text-align: right;
    padding-right: 10px;
}

If I managed to help you then, don’t forget to Like it and Mark it as Solutions.