Product Page Subscription App Widget

Solved

Product Page Subscription App Widget

oguzsanci35
Visitor
1 0 0

oguzsanci35_0-1724240929744.png

my issiue is basically i dont want this to look indented like this and more inline how can i do that? product name is Protein Superfood Sports Mix 360gr

here's the link

Accepted Solution (1)

steve_michael2
Excursionist
82 11 17

This is an accepted solution.

Hi @oguzsanci35 , I hope you are doing well,

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.scss or theme.css file
3. Paste the below code and save

 

 

.shopify_subscriptions_app_block_label ul {
    margin-top: -28px !important;
    padding-left: 0 !important;
}

 

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Crafting exceptional online experiences with innovative design and technology.

View solution in original post

Reply 1 (1)

steve_michael2
Excursionist
82 11 17

This is an accepted solution.

Hi @oguzsanci35 , I hope you are doing well,

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.scss or theme.css file
3. Paste the below code and save

 

 

.shopify_subscriptions_app_block_label ul {
    margin-top: -28px !important;
    padding-left: 0 !important;
}

 

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Crafting exceptional online experiences with innovative design and technology.