Hi,
I am using Enfold, last version.
In earlier thead I found description for making visible list-styles in footer’s text-widgets such as “list style type: disc;”
Inserting the code in Quick CSS `ul.footer, #top #footer .widget ul {
list-style-type: disc !important;
overflow: visible !important;
}` shows no effect.
Code in text widget is `<ul class=”footer”><li><a href=”http://blablabla”>blablabla</a></li>
<li><a href=”http://blablabla”>blablabla</a></li></ul>`
Best regards,
Rolf
Hey rolf2,
Please try something like this instead:
#footer .widget ul {
list-style-type: disc !important;
overflow: visible !important;
}
Thanks,
Rikard
Hi Rikard,
thank you. I tried but unfortunately no effect.
Regards,
Rolf
Hi Rolf,
Try this as well:
#footer ul {
margin-left: 20px !important;
}
Thanks,
Rikard
Hi Rikard,
this worked. Thank you very much!
Best regards,
Rolf