Responsive on smaller screens .rencMiniPortrait{width:180px;}
-
.rencMiniPortrait{width:180px;min-width:180px}
This code breaks the 100/3 code on smaller screens. Can you remove min-width:180px?
.rencMiniPortrait{width:180px}
This way all 3 profiles show up side by side. Or could you make it so only 2 show up side by side on smaller screens? Either fix is okay though. I’m just suggesting the easier fix here.
For people that want to fix their themes in the meantime, even something like this in style.css fixes the problem:
.rencMiniPortrait{width:180px;min-width:0!important}
- You must be logged in to reply to this topic.