[pmwiki-users] How can I ... ?

Benjamin Wilson ameen at dausha.net
Fri Jul 22 07:37:37 CDT 2005


Robert Riebisch wrote:
> Hello PmWiki users!
> 
> 1) adjust the position of the logo in the upper left corner? I already
> tried some CSS code, but that made a margin around *all* pics, e.g.,
> edit buttons. :-| I want to center my logo above the SideBar and
> increase margin to the below horizontal rule. see sig for URL
> 
> 2) ... add the autor's name and a link to his profile page to the footer
> w/o changing the default skin template?

As you like the default skin, I would suggest you first copy it to 
another name (e.g. Reibisch) so any changes you make will not be 
over-written when you upgrade next. I'm afraid to make these changes you 
will need to edit the skin.

I believe to get the logo over the right you would need to add:

#wikilogo {
   float:  right;
}

or

#wikilogo {
   position: absolute;
   right:    10px;
}

However, I believe that causes issues with the search form.


Ben





More information about the pmwiki-users mailing list