• Resolved Anonymous User 15884697

    (@anonymized-15884697)


    Hey,
    I think since wp update my whole list is broken, has someone tips how I can fix this?

    Thakn youuuu

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dani Llewellyn

    (@diddledani)

    Hi,

    You have the following CSS which is causing the issue:

    .column,
    .columns {
     width:100%;
     float:left;
     padding-left:.625rem;
     padding-right:.625rem
    }

    You can reset this with the following CSS added to the theme customiser’s (navigate to wp-admin, then appearance, then customise) “Additional CSS” field to fix the problem:

    div.letter-section > ul.columns {
      float: initial;
    }
    Thread Starter Anonymous User 15884697

    (@anonymized-15884697)

    It helped, thank you!

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

The topic ‘Az list broke’ is closed to new replies.