Ranger375 Well-known member Licensed customer 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 Licensed customer 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; }
twollert Active member Licensed customer Aug 25, 2018 #4 What code would make it right-aligned? Upvote 0 Downvote