Davey

Registered
Just a heads up incase anyone else has an issue.
Ive just spent an hour trying to find out why all the member profile page was pushed to the right side of the page into a very narrow column on a mobile device.
This was caused if the Responsive padding setting is checked, in - Style properties > borders and spacing.
Just one to look at @Russ .
 
Thanks, you can put a temporarily fix in for now in your extra.less template

Code:
@media (max-width: @xf-responsiveNarrow)
{
.XenBase .memberHeader-main .memberHeader-content, .XenBase .memberHeader-content {
    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