| Author |
Message |
silverscout |
|
Post subject: CSS justification
Posted: Oct 03, 2005 - 12:43 PM
|
|
Joined: May 01, 2005
Posts: 141
Status: Offline
|
|
Mars.. I just upgraded the OrionFaction theme.
everything is center.
where in the CSS do I need to edit? |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Oct 03, 2005 - 01:14 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3972
Status: Offline
|
|
|
|
|
 |
silverscout |
|
Post subject:
Posted: Oct 03, 2005 - 01:17 PM
|
|
Joined: May 01, 2005
Posts: 141
Status: Offline
|
|
PN 761 and autotheme to the latest one.
The whole site got centered.
even the forums |
|
|
| |
|
|
|
 |
silverscout |
|
Post subject:
Posted: Oct 03, 2005 - 01:17 PM
|
|
Joined: May 01, 2005
Posts: 141
Status: Offline
|
|
| and before you ask.. you got admin rights with your login from last time. |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Oct 03, 2005 - 01:48 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3972
Status: Offline
|
|
| Go through the Autotheme admin for the theme and make sure doctype is set to 4.01 transitional |
|
|
| |
|
|
|
 |
silverscout |
|
Post subject:
Posted: Oct 03, 2005 - 02:44 PM
|
|
Joined: May 01, 2005
Posts: 141
Status: Offline
|
|
|
|
|
 |
mars |
|
Post subject:
Posted: Oct 03, 2005 - 03:05 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3972
Status: Offline
|
|
|
|
|
 |
silverscout |
|
Post subject:
Posted: Oct 03, 2005 - 03:31 PM
|
|
Joined: May 01, 2005
Posts: 141
Status: Offline
|
|
|
|
|
 |
mars |
|
Post subject:
Posted: Oct 03, 2005 - 05:57 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3972
Status: Offline
|
|
| Ok I'll take a look tonight when I get home from work. |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Oct 03, 2005 - 08:57 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3972
Status: Offline
|
|
The only thing I see centered is the menus?
You will need to fix the CSS for the UL and LI tags now that PostNuke .761 has done away with the old menu blocks.
Put the following code in style.css
Code:
li
{
padding-left: 0;
margin-left: 0;
}
li
{
list-style: none;
margin: 0;
padding: 0.25em;
}
li a { text-decoration: none; }
|
|
|
| |
|
|
|
 |
silverscout |
|
Post subject:
Posted: Oct 17, 2005 - 09:22 AM
|
|
Joined: May 01, 2005
Posts: 141
Status: Offline
|
|
| nope that code didn't work |
|
|
| |
|
|
|
 |
silverscout |
|
Post subject:
Posted: Oct 17, 2005 - 09:41 AM
|
|
Joined: May 01, 2005
Posts: 141
Status: Offline
|
|
| fixed.. instead of LI its UL |
|
|
| |
|
|
|
 |
|
|