SMFHacks.com

Modifications/Themes => Theme Talk => Topic started by: slizzie1986 on January 06, 2020, 09:19:16 am

Title: Ribbon Theme Logo Position
Post by: slizzie1986 on January 06, 2020, 09:19:16 am
Hi, we've been using the Ribbon theme on our forum for a while now and we love it. Just one question. Is there a way to center the logo? We've tried on our own with no luck.

We're using SMF 2.0.15 if that makes any difference.
Title: Re: Ribbon Theme Logo Position
Post by: SMFHacks on January 06, 2020, 12:02:19 pm
You can use index.css  file and add a center property
Look for this in there and add a center property.
Code: [Select]
/* ..so does the SMF logo */
img#smflogo
{
margin-left: 1em;
}
Title: Re: Ribbon Theme Logo Position
Post by: slizzie1986 on January 06, 2020, 08:52:31 pm
Worked like a charm. Thanks so much!  ;D