Davey

Registered
What would be the code to make the post icons column smaller on mobile devices to give a better look and more space for content?
Thanks
20181205_093352.png
 
Next update addresses quite a few mobile quirks with just some overall improvements but for now you can add this into extra.less:
Code:
@media (max-width: @xf-responsiveWide)
{
    .block--category .node-icon {
    width: 45px;
    padding-left: 10px;
}
}
 

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