Avada theme causes Retina dashboard to have excessive whitespace in rows
-
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.
Viewing 3 replies - 1 through 3 (of 3 total)
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.