Close

Bullet List on Topics (pages) bug

s.jaspreet
11 years ago
#2035 Quote
Avatar
  • 6
When I use Bullet list on any of the topic pages, I do not see bullets list on home page. It does shows up in the admin text area of topic but its not visible on the front end.

Is this a known issue? How can this bee solved?
Support
11 years ago
#2040 Quote
Avatar
  • Moderator
  • 1044
Hi s.jaspreet,

Thank you for your feedback. We have fixed this issue. In order to integrate the fix just open the ~/Themes/Jewelry/Views/Content/css/styles.css and add the following:

.topic-page .page-body ul{
    padding: 20px;
}

.topic-html-content-body ul{
    padding: 20px;
}

Best Regards!