align product description right mobile dawn theme

Solved

align product description right mobile dawn theme

batyaJandMore
Excursionist
23 0 13

hey there,

need help aligning my mobile descriprion i found this code but im having trouble align the second row as well.

 

WhatsApp Image 2024-09-15 at 11.05.41.jpeg

@media only screen and (max-width: 768px) {
h1.h2.product-single__title, .product-block.product-block--price, .b-b-b-bullet-row {
text-align: right !important;
}
}

Accepted Solution (1)
BSS-TekLabs
Shopify Partner
2350 702 827

This is an accepted solution.

Have you tried adding the code I provided you @batyaJandMore ?

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 5 (5)

BSS-TekLabs
Shopify Partner
2350 702 827

Hello @batyaJandMore 
Our team is ready to help you.
Please share your website URL so that we can check and assist 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
batyaJandMore
Excursionist
23 0 13
BSS-TekLabs
Shopify Partner
2350 702 827

- Here is the solution for you @batyaJandMore 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

<style>
.rte ul {
    padding-left: 0 !important;
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1726389169011.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. 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
batyaJandMore
Excursionist
23 0 13

the bullets aren`t aligning to the right -  the problem is only on the mobile the text still flows 

batyaJandMore_0-1726393606497.png

 

BSS-TekLabs
Shopify Partner
2350 702 827

This is an accepted solution.

Have you tried adding the code I provided you @batyaJandMore ?

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