Logo image

Good Morning,

I want to center the BiG Logo image on the site above the middle of the navigation. I hope you guys can help me to find where to define it in the css or anywhere else :)

Thank

Quote · 17 Jul 2010

look at /templates/base/css general.css

Diddy is not greedy and has time. Dolphin is cool and its not just mine :-)
Quote · 17 Jul 2010

Find in /templates/base/css general.css

 

.mainLogo {
margin:10px 0px;

 

Change the red number to move your logo to the center. Remember to clean the cache after each change to be able to see it. In my website 225px did the trick, however it depends on the size of the logo and the size of the page.

 

Good luck

PD same file to change for most templates

Quote · 5 Dec 2010
Add to general.css
div.sys_main_logo {
text-align: center;
}
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 5 Dec 2010

how come i cannot resize logo?

it says file uploaded is not image.

thank you

Quote · 30 Mar 2011

 

Add to general.css
div.sys_main_logo {
text-align: center;
}

Cool, thanks

Quote · 30 Mar 2011

 

how come i cannot resize logo?

it says file uploaded is not image.

thank you

What do you mean, i though there you can re-seize it ???

Quote · 30 Mar 2011

in the admin panel under basic settings.when i try to resize it ,it says file uploaded not image no matter what type of file i upload.

thank you for your help

Quote · 30 Mar 2011

 

Find in /templates/base/css general.css

 

.mainLogo {
margin:10px 0px;

 

Change the red number to move your logo to the center. Remember to clean the cache after each change to be able to see it. In my website 225px did the trick, however it depends on the size of the logo and the size of the page.

 

Good luck

PD same file to change for most templates

 Main logo is around line 803 in general.css. I changed it in tmpl_uni folder.

For live support go see Jason at http://www.dolphin-techs.com he is a real big help!
Quote · 19 Mar 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.