DotNetNuke Skins and Resources by ThinkofDesign

Forums

Subject: Primavera "full width" possible?
Prev Next
You are not authorized to post a reply.

Author Messages
hypertexas User is Offline
New Member
New Member
Posts: 3


07/06/2006 07:16 PM  
I'm close to purchasing Primavera. It looks very flexible. I'm new to skinning. Is it possible for me to modify the Primavera skin to be "full width"?
Thanx, John
Vasilis User is Offline
Yellow Member
Yellow Member
Posts: 315


07/06/2006 09:02 PM  
Yes, of course it's possible!

Let's say that you want to change the sophisticated theme.

In sophisticated.css you have to update the following:

#wrapper{width:99%; /*there are more styles here*/}
.contentstable{width:100%;}
#footer{width:99%; /*there are more styles here*/}
.contentpane{width:100%; /*there are more styles here*/}
.rightpane{width:271px;padding:3px 18px 0 0;}

I added the /*there are more styles here*/ comment because you must not delete any styles! You just have to update some values, mainly for the width.

For better browser compatibility you can add a width attribute for the RightPane in the sophisticated.ascx

< td width="271" id="RightPane" ...... >

Again you don't delete anything in there! You just add the width attribute.

Don't hesitate to ask for further help if there is something that isn't clear enough.

Cheers,

Vasilis T.
You are not authorized to post a reply.
Forums > DotNetNuke > Premium Skins > Primavera "full width" possible?



ActiveForums 3.7