Hi, I started a Responsive project for a training course and I have a lot of text with bullet points. When I review my project in the browser(and even when I publish it) it shows only one level of bullets. Moreover it doesn't display the bullets I chose.
Example:
Should be:
- 1
- 2
- 3
- 2
But it's like:
- 1
- 2
- 3
I tried customuzing in every viewport, but in the 320 view the bullets don't even display.
Another problem - the table widget doesn't display in 1024 when I preview it in the browser. I have to resize the window to 768 and then it shows a little more but the last row of the table is missing. From the 320 view I can see only the first row.
Does anyone have an idea what I can do? Can someone point me a resource where I can see what limitations the browsers have?