The sentences on my accordion are not align

Link I am referring to: http://feedapparel.com/index.php/terms-conditions/

As you can see, the bullet point and the sentence are not aligned and look odd. Please help!

Thanks

Hi There,

Thanks for writing in! Try adding the following CSS rule into your page’s custom CSS area.

.x-acc-header-text > p {
    margin-bottom: 0;
}

Hope that helps.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.