standard css styling of ul elements not working
-
The standard css for ul elements looks like this:
.gce-page-list .gce-list ul{ list-style-type:none; margin:0; padding:0; }
However, since the plugin creates html that looks like this:
<div class="gce-page-list"> <ul class="gce-list">
it doesn’t actually affect the ul element.
I guess the code should look like this in order to work:.gce-page-list ul.gce-list{ list-style-type:none; margin:0; padding:0; }
https://www.ads-software.com/extend/plugins/google-calendar-events/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘standard css styling of ul elements not working’ is closed to new replies.