MyBB Community Forums

Full Version: Trying to center logo in afresh black
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hey yall, I was wondering if anyone could help me center my new logo in afresh black. Cant seem to find where to do it. Thanks.
Hi,

To center the logo in any Afresh theme:
  • Login to your Admin CP
  • Go to Templates & Style > Themes
  • Edit the theme you are looking to center the logo in
  • Edit the global.css file
  • Select .logo
  • In Extra CSS Attributes, add at the end:
    text-align: center;
  • Save Changes

That should do it for you.
(2008-09-28, 02:57 PM)Justin S. Wrote: [ -> ]Hi,

To center the logo in any Afresh theme:
  • Login to your Admin CP
  • Go to Templates & Style > Themes
  • Edit the theme you are looking to center the logo in
  • Edit the global.css file
  • Select .logo
  • In Extra CSS Attributes, add at the end:
    text-align: center;
  • Save Changes

That should do it for you.

Thanks.