Forums / Setup & design / Logo positioning [SOLVED]

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Logo positioning [SOLVED]

Author Message

Vidar Østevik

Sunday 14 May 2006 12:20:56 pm

Hi!

I wanted a larger logo on my page that eZ comes with as default, so I canged my image.ini.append.php file, so that new scaledown limits are 600;60.
But the problem now is that the logo are placed too low in Firefox, so that the logo comes in conflict with the menu. But in IE the page seems perfect...
Is there any css file that the placement of the logo depends on?
Or is it possible to include position commands in any of the standard CSS files?

Regards Vidar

Sunday 14 May 2006 3:12:26 pm

Hi,

If you change the size of the logo to your site you should also change the div#header-design in your site-col.css style file.

I have used at logo (height: 150px, width: 750px) that is bigger than the stadard eZ logo, therefore my css-file contains the following code:

div#header-design
{
    margin: 0;
    height: 140px;
    width: 750px;
    float: left;
}

Vidar Østevik

Tuesday 16 May 2006 1:07:31 pm

Hello Hans Henry!

That solved the problem!
Thank you!

Vidar