Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Hi @agriprom, This issue should go away if you use the proper HTML for a list. At the moment you have this on its own:

    
    <li>
     ... stuff 
    </li>
    

    The <li> represent a ‘list item’. Even if there is only one list item it needs to be wrapped with an unordered list (<ul>), like this:

    
    <ul>
        <li> 
            ... stuff
        </li>
    </ul>
    
    Thread Starter agriprom

    (@agriprom)

    Dear Andrew,

    Thank you for looking into my case.

    Where can I find this code? I normally use the wordpress editor but it seems to edit only the main pages and not the sidebars or widgets.

    Thanks,
    Tristan

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It should be in the widgets, is there any way you could contact your theme vendors about this? We can help point out the issue on the front end of the website, but we cannot support you with the dashboard for this theme as it is a commercial theme.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Enfold]’ is closed to new replies.