[Plone-UI] Re: LOGO Positioning

Gav thezambian at gmail.com
Mon Jul 4 18:19:26 UTC 2005


Janis Afable wrote:
> Can anyone tell me how to make the logo be completely aligned to the left
> of the page with no margin?
> 
> Thanks,
> janis at afable.us

Hi Janis place the following CSS into you ploneCustom.css which can be 
found in the ZMI here portal_skins/plone_styles. Click to customize it 
in the custom folder. You will see a line where Alex wants you to put it.

#portal-logo {
     background: url(&dtml-portal_url;/&dtml-logoName;) no-repeat;
     border: 0;
     margin: 0.75em 0em 0.75em 0em;
     padding: 0;
}


If you see in that bit of CSS the line "margin". It is the bit '0em' 
that will adjust it for you. Play around with it until it suits your needs.

Your Gavin.




More information about the UI mailing list