Ranger375 Well-known member Oct 19, 2017 #1 Is it possible to center the logo on the desktop and still have it appear normally (responsive as it does out of the box) on mobile devices?
Is it possible to center the logo on the desktop and still have it appear normally (responsive as it does out of the box) on mobile devices?
Chris D XenForo developer Staff member Oct 19, 2017 #2 If you add the following to the extra.less template, that should sort it: Less: .p-header-logo { margin-left: auto; } Upvote 0 Downvote
If you add the following to the extra.less template, that should sort it: Less: .p-header-logo { margin-left: auto; }