• Resolved EstherCoach

    (@esthercoach)


    Hi

    I am creating an ordered list on the mentioned page (https://www.txusrojascoach.es/aviso-legal-y-proteccion-de-datos/) and both, numbers and symbols appear together. I have tried various ways to solve it with no luck. Can you help?
    Thanks!
    Here’s the site info (as requested when asking for support):

    # SITE_URL: https://www.txusrojascoach.es
    # HOME_URL: https://www.txusrojascoach.es
    # IS MULTISITE : No

    # THEME | VERSION : customizr | v4.1.19# WP VERSION : 4.9.8
    # PERMALINK STRUCTURE : /%postname%/

    # ACTIVE PLUGINS :
    Akismet Anti-Spam: 4.0.8
    BackWPup: 3.6.2
    Child Theme Configurator: 2.3.0.4
    Classic Editor: 0.5
    Contact Form 7: 5.0.4
    Elementor: 2.2.7
    EWWW Image Optimizer: 4.4.2
    Hide Title: 1.0.4
    MaxButtons: 7.5.2
    Page Builder by SiteOrigin: 2.9.1
    Simple Social Share: 1.2
    SiteOrigin Widgets Bundle: 1.13.0
    Spacer: 3.0.4
    WP Fastest Cache: 0.8.8.6

    PHP Version: 5.6.38
    MySQL Version: 5.5.5-10.0.36-MariaDB
    Web Server Info: Apache

    WordPress Memory Limit: 40MB
    PHP Memory Limit: 512M
    PHP Upload Max Size: 128M
    PHP Post Max Size: 501M
    PHP Upload Max Filesize: 128M
    PHP Time Limit: 30
    PHP Max Input Vars: 10000
    PHP Arg Separator: &
    PHP Allow URL File Open: Yes
    WP_DEBUG: Disabled

    Show On Front: page
    Page On Front: Inicio (#4)
    Page For Posts: Blog (#8)

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,
    theme ordered list items in the post/page content are styled so to have numbers “before”.
    As far as I can see you have some custom CSS

    .widget li {
    list-style: square outside none;
    }

    which is adding the square “symbols” too to them, as you’re using the Page Builder by SiteOrigin which puts widgets in the post/page content.

    Removing that rule (or limit it to un-ordered lists) will fix your issue.

    Best

    Thread Starter EstherCoach

    (@esthercoach)

    Doh!
    I looked everywhere but in the CSS custom field that comes with the theme. Indeed, I had add that code (and now I don’t know why). So I removed it and everything is fine!
    Thanks and thank you for replying so quicky.
    Closing thread.
    Have a nice evening!
    Esther

    Hi there,
    very glad you solved!
    Have a great day.

    Rocco

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Ordered Lists are broken?’ is closed to new replies.