Get a FREE FORUM now !

centering forum logo

Post your problems here, because we have the solution

centering forum logo

Postby Vallah » Tue Feb 02, 2010 8:40 pm

would there be any way to have the forum logo centered instead of left-aligned?
Vallah
 
Posts: 5
Joined: Mon Feb 01, 2010 8:29 pm
Location: USA

Re: centering forum logo

Postby Support » Tue Feb 02, 2010 9:54 pm

Administration Control Panel->Styles->Themes . Select the theme you use (and as i saw you use subsilver 2). So for this style, find the text in the Theme editor:

Code: Select all
#logodesc {
   margin-bottom: 5px;
   padding: 5px 25px;
   background: #D9DFE4;
   border-bottom: 1px solid #4787A7;
}


And replace padding: 5px 25px; with padding: 5px 400px; for example. So, you will modify that data and the logo will move on the right. I did not found an exact command to make it centered, but if you wish i will try, but not any styles support this modifications.

After you do that go in your ACP and Purge the Cache (if you do not do this , you will not see the result).

Thank you !
Support
User avatar
Support
Site Admin
 
Posts: 68
Joined: Thu Dec 25, 2008 6:40 pm

Re: centering forum logo

Postby FreeModder_One » Wed Mar 16, 2011 10:20 pm

being able to 'center' the logo (for any screen size) would make it look more professional in my opinion. i used the SkyMiles type theme and it look very nice but having the logo far left makes it look a bit odd. i tried moving the logo over via your information about padding and it worked for this small screen, however when viewed on a larger screen it was WAY off. lol!

so yes, if we could 'center' it automatically for everyone it would be nice to have if not too much trouble for you to find out about.

thanks in advance.

:)
FreeModder_One
 
Posts: 9
Joined: Wed Mar 16, 2011 12:02 am

Re: centering forum logo

Postby Support » Fri Mar 18, 2011 8:51 pm

For the SkyMiles
Go to : Administration Control Panel->Styles->Themes as the previous posts
Find:
Original:
Code: Select all
#logodesc {

   padding-left: 30px;
   padding-top:6px;
    background-color:#000000;
margin:0;
   border-bottom: 2px solid #333333;   
}


Replace with:
Code: Select all
#logodesc {

   [b]padding-left: [color=#FF0000]50%;[/color][/b]
   padding-top:6px;
    background-color:#000000;
margin:0;
   border-bottom: 2px solid #333333;   
}


This will move the logo in the center on any resolution but if will move the menu bar on the center too. If you do not wish this you can make modifications here too:
Find:
Original:
Code: Select all
#menubar {
   
    
   margin: 0; padding: 0;


    
}


Replace with:

Code: Select all
#menubar {
   
   
    padding: 0px;
        [b] [color=#FF0000]margin: 0px 0px 0 -100%;[/color][/b]

    
}


If you need more help, please let me know !

Support
User avatar
Support
Site Admin
 
Posts: 68
Joined: Thu Dec 25, 2008 6:40 pm

Re: centering forum logo

Postby FreeModder_One » Tue Mar 22, 2011 8:36 pm

I did as you advised, but it didn't seem to work on my forum...i.e. it didn't center it on the page. Any other suggestions?
FreeModder_One
 
Posts: 9
Joined: Wed Mar 16, 2011 12:02 am

Re: centering forum logo

Postby Support » Mon Apr 04, 2011 10:08 am

FreeModder_One wrote:I did as you advised, but it didn't seem to work on my forum...i.e. it didn't center it on the page. Any other suggestions?


I do not know other method to center your logo, other than css modifications. Try to use other browser to see if work well wish the modification that i told you.

Support
User avatar
Support
Site Admin
 
Posts: 68
Joined: Thu Dec 25, 2008 6:40 pm


Return to Free-Forum.net - General Support

Who is online

Users browsing this forum: No registered users and 0 guests

cron
This site is hosted by free-forum.net