i want this notification in left

Solved

i want this notification in left

rgeafrauuhf
Tourist
39 0 3

i want this add to cart notification in left beacuse its messing up with whatsapp icon..

URL : https://goluxuryindia.com

PASS : india

Screenshot 2024-07-25 190316.png

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2401 695 831

This is an accepted solution.

Hi @rgeafrauuhf,

Here are the steps you can follow:

1, Navigate to Online Store > Themes > Edit Code.

2, Locate and open the theme.css (or base.css, custom.css) file.

3, Paste the code snippet provided below at the bottom of the file, then save your changes.

 

.product-quick-add {
    left: 1rem;
}

 

Here is the result

BSSTekLabs_0-1721916474554.png

We hope this assists in resolving the issue.

If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


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

View solution in original post

Replies 4 (4)

oscprofessional
Shopify Partner
16344 2438 3180

Hello Add the css in theme.css file at the end

Follow the steps
Go to Online Store > Theme > Edit Code > theme.css file


@media screen and (min-width: 700px) {
.product-quick-add:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) {
right: 1rem;
left: 0;
}
}

oscprofessional_0-1721916205579.png

 



Thank you

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
rgeafrauuhf
Tourist
39 0 3

Want Some Small Space In Left

WalkYourStyle
Navigator
475 58 79

1. Go to 'Online Store' -> Themes -> Edit Code

2. In the assets folder locate the file 'theme.css'

3. Paste the below code at the end of the file

cart-notification-drawer.quick-buy-drawer{
   left: 0;
}

BSS-TekLabs
Shopify Partner
2401 695 831

This is an accepted solution.

Hi @rgeafrauuhf,

Here are the steps you can follow:

1, Navigate to Online Store > Themes > Edit Code.

2, Locate and open the theme.css (or base.css, custom.css) file.

3, Paste the code snippet provided below at the bottom of the file, then save your changes.

 

.product-quick-add {
    left: 1rem;
}

 

Here is the result

BSSTekLabs_0-1721916474554.png

We hope this assists in resolving the issue.

If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


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