Bulletpoint Formatting

Solved

Bulletpoint Formatting

blwalsh21
Excursionist
15 1 2

Hi, I am looking to change the bullet point formatting on the theme, Dawn. 

 

  • As you'll see in the image below, the text is not flush underneath the first sentence (unlike this sentence) fddfffffffdfdfhkjfhdkjshfkjsfhdskjfhsjkhfdskjhfkjsnkanmarhejkehrarjkaljrlakjlakjlajflkf

I would like to change this so that it's flush just like in the example above. 

 

Screenshot 2024-09-11 at 11.53.10 PM.png

URL: https://wyenewyork.com/

 

Let me know if you have any questions. 

 

Thank you! 

 

Accepted Solution (1)
topnewyork
Globetrotter
633 114 134

This is an accepted solution.

@blwalsh21 Put the code above </style>

topnewyork_0-1726126454370.png

 

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel

View solution in original post

Replies 11 (11)

AnneLuo
Shopify Partner
962 180 205

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
.rte li {
    text-indent: -22px !important;
    padding-left: 20px !important;
}
</style>

Result:

AnneLuo_1-1726101712122.png

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

JayAdra
Shopify Partner
149 14 39

A cleaner solution would be to use this CSS instead, and not bother with offsets and negative indents:

 

.rte li {
    list-style-position: outside;
}
blwalsh21
Excursionist
15 1 2

This isn't working for me. Am I putting the code in the wrong place?

 

Screenshot 2024-09-12 at 9.28.09 AM.png

AnneLuo
Shopify Partner
962 180 205

Yes. You should put it under the <style> tag. Then click save.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

blwalsh21
Excursionist
15 1 2

This did not work and added a banner above my header on the landing page. 

Screenshot 2024-09-12 at 9.35.17 AM.png

topnewyork
Globetrotter
633 114 134

Hi @blwalsh21 ,

 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

.rte li {
    list-style-position: outside !important;
}

topnewyork_0-1726121453505.png

 

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

Thanks!

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel
blwalsh21
Excursionist
15 1 2

This isn't working for me. Am I putting the code in the wrong place? 

 

Screenshot 2024-09-12 at 9.28.09 AM.png

topnewyork
Globetrotter
633 114 134

This is an accepted solution.

@blwalsh21 Put the code above </style>

topnewyork_0-1726126454370.png

 

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel
blwalsh21
Excursionist
15 1 2

That worked! Thank you so much! 

topnewyork
Globetrotter
633 114 134

Your most welcome. Glad it worked. 

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel
topnewyork
Globetrotter
633 114 134

Hi @blwalsh21 below is how the code needs to be look like when you put it in the style tag

topnewyork_0-1726126704783.png

 

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel