creaky

Customer
When using mobile the singup button seems to be touching the last node, probably needs a bit of padding.

Capture.PNG
 
Thanks I've applied a patch for this in the next release.

For now you can add in extra.css

Code:
@media (max-width:@maxResponsiveWideWidth)
{
   .Sidebar aside .sidebar
   {
       padding-top: @xb_spacer_l;
   }
}

Should do the trick!
 

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