• Resolved jueves8

    (@jueves8)


    hello, we are trying to enter the A-Z listing at https://aedv.fundacionpielsana.es/wikiderma/.
    We noticed some display problems.
    We seem to be able to adjust them with CSS but we would like to know if there might be something wrong that generates these problems.
    Thank you very much.

    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,

    This is an incompatibility with the styles provided by your theme. You should be able to fix it by going to wp-admin and navigating to appearance -> customize. The page will reload to the theme customizer where you then need to find the “Additional CSS” option. Paste the following into the Additional CSS box and click save (do not remove any code already in the box, but add this at the end):

    .letter-section ul.columns {
        float: initial;
    }
    Thread Starter jueves8

    (@jueves8)

    Thank you very much, it works perfectly.

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

The topic ‘problems with display styles’ is closed to new replies.