Davey

Registered
@Russ When using the page assets examples you have given, i notice that when using two or more columns, it looks great, but when viewing in responsive the columns do not stack, and instead they elongate and squash the content.
Could you give an insight of how to stack the columns correctly in responsive devices.
columns.png

Regrds
Dave
 
Go ahead and add this in extra.less for now, I'll get this address for the next release:
Code:
@media (max-width: @xf-responsiveMedium)
{
    .xb-assets .xb-iconList.xb-iconList--cols2 li, .xb-assets .xb-iconList.xb-iconList--cols3 li
    {
        float: none;
        width: auto;
    }
}

I'll take a slightly different approach, but it'll be similar.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back