• Resolved rdogmartin

    (@rdogmartin)


    When using the Avada theme, the rows on the Retina plugin dashboard are hundreds of pixels high, with mostly empty space between them. The cause is this CSS style:

    .widefat * {word-wrap: break-word; }

    This style is causing the hyperlink text inside the cell having class=’wr2x-title’ to wrap down, increasing the row height.

    As a workaround, I placed this at the end of wr2x_admin.css:

    .wr2x-title * { word-wrap: normal; }

    The problem disappears if I switch to the 2014 theme. I don’t know if the fix must be made by WP Retina 2x or Avada, but I thought I’d post it to let you know.

    https://www.ads-software.com/plugins/wp-retina-2x/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Thanks for letting us know! Maybe it would worth it to send a note to Avada as well as I cannot do anything about this specifically on my plugin side.

    Thread Starter rdogmartin

    (@rdogmartin)

    Couldn’t you add the CSS style to your style sheet? I would think the only reason for not doing so is because it pollutes your CSS. But, strictly speaking, you could fix the issue by adding that CSS.

    Plugin Author Jordy Meow

    (@tigroumeow)

    I will check this, I am in the process of reprogramming the Retina dashboard.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Avada theme causes Retina dashboard to have excessive whitespace in rows’ is closed to new replies.