My board is running on 3.2 and I've applied the fixes to portal from
here. I'm using the style
Absolution.
However, there's a line within the portal_all_responsive.css file causing the topic lists to not show correctly, I've attached an image showing what's happening.
I've had a look and it seems to be related to line 6.
Code: Select all
.portal-body-center ul.topiclist dt .list-inner {
margin-right: 60%;
}
If I change the % to 20%, it begins to show correctly on devices such as mobiles. However, on anything like a tablet, it appears how it does in the attached image. Any ideas on how to fix this? My coding knowledge only goes so far