Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #695000

    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&gt;
    <li><a href=”http://blablabla”>blablabla</a></li></ul&gt;`
    Best regards,
    Rolf

    #695313

    Hey rolf2,

    Please try something like this instead:

    #footer .widget ul {
    list-style-type: disc !important;
    overflow: visible !important;
    }

    Thanks,
    Rikard

    #695348

    Hi Rikard,

    thank you. I tried but unfortunately no effect.

    Regards,
    Rolf

    #695854

    Hi Rolf,

    Try this as well:

    #footer ul {
        margin-left: 20px !important;
    }

    Thanks,
    Rikard

    #695898

    Hi Rikard,
    this worked. Thank you very much!
    Best regards,
    Rolf

    #696260

    Hi Rolf,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘css styling of unordered list in footer’ is closed to new replies.