Put site name under
Daryljames - December 28, 2007 - 23:31
| Project: | Salamander |
| Version: | 5.x-1.8 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
I've been messing with the style css, trying to put the sitename under the logo. Is this possible?

#1
The simpler way is to deactivate the site name display by using this code in the salamander1.css:
#site-name {display: none;
}
Then use an image containing the logo and your text for the site-name
#2
#3