Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1298077

    Hi,

    I have a widget with a text with an unordered list
    On visual/html the list appears:

    • Element 1
    • Element 2

    … but on the page the list doesn’t appear on the widget (only the text).
    Element 1
    Element 2

    I have tried the html in a page as text not as widget and if it works but on the widget it doesn´t appear.

    Can you help me?

    Thanks!

    #1298293

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top .widget ul {
        list-style: disc inside;
    }
    

    Best regards,
    Yigit

    #1298489

    Hi,
    It works perfectly.
    Thank you very much!

    #1298492

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Widget with a list’ is closed to new replies.