nodle

Customer
I know this is a simple line of code that I am missing, but when trying to use Xenbase and selecting "Keep logo block in responsive" option under style settings, is there anyway to have the logo center itself on mobile view?
 
Solution
This in extra.less should do the trick:

Code:
@media (max-width: @xf-responsiveMedium)
{
.p-header-logo { margin: 0 auto; }
}

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