Change position of view all (DAWN)

Solved

Change position of view all (DAWN)

NOT1
Shopify Partner
209 2 95

I am currently using this code for the desktop its ok but for mobile its not good i want it like this but on phone sometimes its near the main title and sometimes its under the title (Btw from the title add link option i have added the link for view all)

Screenshot 2024-09-02 211623.png

 

@media only screen and (min-width: 749px) {
  .collection__title .title a {
    color: #000000 !important;
    font-size: 14px;
    margin-left: 16px !important;
  }
}
@media only screen and (max-width: 749px) {
  .collection__title .title a {
    color: #000000 !important;
    font-size: 14px;
    margin-left: 100px !important;
  }
}

 

Accepted Solution (1)
BSSCommerce-B2B
Shopify Partner
1480 422 482

This is an accepted solution.

@NOT1 ,

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag: 

 

<style>
@media only screen and (max-width: 749px) {
    .collection__title .title.inline-richtext {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between; 
    }
    .collection__title .title a {
        margin-left: 0px!important;
    }
}
</style>

 

result

BSSCommerceB2B_0-1725293648215.png

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

Replies 9 (9)

BSSCommerce-B2B
Shopify Partner
1480 422 482

@NOT1 , Can you kindly share your url store?

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

NOT1
Shopify Partner
209 2 95

Thanks for your reply 

BSSCommerce-B2B
Shopify Partner
1480 422 482

This is an accepted solution.

@NOT1 ,

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag: 

 

<style>
@media only screen and (max-width: 749px) {
    .collection__title .title.inline-richtext {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between; 
    }
    .collection__title .title a {
        margin-left: 0px!important;
    }
}
</style>

 

result

BSSCommerceB2B_0-1725293648215.png

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

NOT1
Shopify Partner
209 2 95

NOT1_0-1725293940583.pngNow pc got ruined 😞 

 

BSSCommerce-B2B
Shopify Partner
1480 422 482

I've just edited my code did you copy it?

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

NOT1
Shopify Partner
209 2 95

Thanks it worked 

BSSCommerce-B2B
Shopify Partner
1480 422 482

@NOT1 ,  Glad to hear that bro 😊

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

Made4uo-Ribe
Shopify Partner
7875 1903 2333

Hi @NOT1 

For mobile devices, the smaller the screen, the more the space squeezes out, causing the content to move below the heading. This is normal for smaller screens. However, if you want the content to always stay on the same line as the header, we will need to adjust the header font size. Would you mind to sharing your store URL? Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
NOT1
Shopify Partner
209 2 95

Thanks for your reply  but i have got the solution already dont mind ✌️