The Bullets and number lists were not displaying (symbols)..Is that an issue?
Hi Keerthi,
The bullets are there! If you inspect the html you will see the ul, li,... Only the CSS of the MobilePatterns is removing the bullets:
If you set in the CSS of your screen this:
ul{ list-style: disc outside none; }
Then, you will get the bullets.
So, it just a matter of adding the style that you want.
Cheers,
José