BULLETS (UL) OR NUMBER (OL) LISTS NOT SHOWING

GK User
Thu Oct 22, 2015 11:37 am
Hi

Please help

Bullets and numbered lists are not working for any products they are added in the product description in virtuemart. but do not appear in the front end.

I know it needs a CSS override but am not sure of the correct CSS.

URL: http://www.marielleunderwear.co.uk/unde ... hnu-detail

bullets missing.JPG

bullets.JPG


url:
User avatar
Fresh Boarder

GK User
Thu Oct 22, 2015 11:44 am
NO formatting working at all
User avatar
Fresh Boarder

teitbite
Sun Oct 25, 2015 6:02 pm
Hi

Please check if typography plugin is installed and enabled in template settings.
User avatar
Moderator

GK User
Wed Dec 30, 2015 5:33 am
Sorry for bumping an old thread, but I'm having the same problem. Running latest version, plugin is enabled, template settings enabled as well.
User avatar
Fresh Boarder

teitbite
Thu Dec 31, 2015 2:43 pm
@DavidVogt could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

teitbite
Sun Jan 10, 2016 12:26 pm
Hi

Please add this to override.css

Code: Select all
ul li {
    list-style: inside none disc;
}
User avatar
Moderator

GK User
Mon Jan 18, 2016 9:19 pm
teitbite wrote:Hi

Please add this to override.css



Thank you for this. Unfortunately, it affects the entire template, including lists in menus.
User avatar
Fresh Boarder

teitbite
Sat Jan 23, 2016 2:03 pm
Hi

Try to restrict it for mainbody part than:

Code: Select all
#gkMainbody ul li {
    list-style: inside none disc;
}
User avatar
Moderator


cron