-
How do I get the titles to center align but the bullet points to align-left?
-
How do I get the bullet points on left and right to align with each other?
-
How can I reduce the line break within the bullet point text?
Thanks guys!
Please add the following code at the bottom of your assets/theme.css file.
#shopify-section-16291314828aaa53d3 .image-wrap.text-spacing{
padding-bottom: 82.743494%;
}
#shopify-section-16291314828aaa53d3 h3{
padding-bottom: 82.743494%;
}
#shopify-section-16291314828aaa53d3 .rte-setting > p {
margin: 0 0 10px 0 !important;
}
Hope this works.
Thanks!
Sorry that was my bad. Please remove old code and add this new code.
#shopify-section-16291314828aaa53d3 .image-wrap.text-spacing{
padding-bottom: 82.743494%;
}
#shopify-section-16291314828aaa53d3 h3{
text-align: center !important;
}
#shopify-section-16291314828aaa53d3 .rte-setting > p {
margin: 0 0 10px 0 !important;
}
Heading are already in center. The bullets points you asked to keep it left.
Can you elaborate?
Please add this code for the heading.
#shopify-section-16291314828aaa53d3 .section-header{
text-align: center !important;
}
Hope this works.
Thanks!
Yes the heading is centred now, thank you!
And did you know how the text wrapping could be fixed?
Can you provide a screenshot, please?