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
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 |
look at /templates/base/css general.css Diddy is not greedy and has time. Dolphin is cool and its not just mine :-) |
Find in /templates/base/css general.css
.mainLogo {
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 |
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. |
how come i cannot resize logo? it says file uploaded is not image. thank you |
Add to general.css
div.sys_main_logo {
text-align: center;
}
Cool, thanks |
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 ??? |
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 |
Find in /templates/base/css general.css
.mainLogo {
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! |