View Single Post
  #6  
Old 04-26-2011, 10:34 AM
 
imimin imimin is offline
 

Senior Member
  
Join Date: Mar 2007
Posts: 195
 

Default Re: How to PROPERLY resize the company_logo.gif logo?

OK, with the help of the FireBug tool above I was able to get my formatting correct and get the increased size of the company_logo.gif looking good. Besides what I mentioned initially on this thread, I made the following chages:

on the altskin.css file, go to the line below (this is the only one in the file and its around line 1300)
.menu-categories-list {
and add a "margin-top: 50px;" line changing the height according to your needs.

on the main.css file go to the line below under the "Layout Styles" section
#center {
and add a "margin-top: 50px;" as well changing the height according to your needs.

NOTE: the 2 above lines should probably have the same "top-margin" pixel height to keep things level/even.

After changing the size of my .gif and making the other noted changes, this worked quite well!

I don't know why no one has ever explained this on a post before considering how many requests for this information have been made??

***Sure would be nice if QT made a script or admin section to do all this work for you if you wanted to change the size of something as common as the company_logo???
__________________
Demoing v4.4.2 for new site
Licensed v4.0.19
Reply With Quote