DotNetNuke Skins and Resources by ThinkofDesign

Background: 0 1 2 3 4 5 | Easy links (Off) | Text Size: S M L X

Forums

Boxed4Css editing

First, thank you for this valuable resource! Your skins are fast, beautiful and they work very well.

I'm trying to edit the Boxed4Css skin which I like very much. I want to change the color scheme. I've edited the HeaderBg.gif to reflect the new color scheme, and I've changed the colors in the css files but oddly enough when I upload the new skin it still shows the blue color scheme. What am I missing out on?

Well never mind, I found that once I refreshed the page my changes showed up.
Now I see a problem with Firefox tho. The left menu runs into the content pane no matter what I do to resize the window. Is this possibly because my page titles are too long? Anyone else see a problem with this skin in Firefox?
Hey,

Is it possible to give me a URL so I can see the issue?

Yeah, your page titles are too long.

Find the lines below in skin.css and change the width for the leftcolumn and the MainMenu_MenuContainer and the margin for the centercolumn2

#leftcolumn {float:left;width:200px;}

.MainMenu_MenuContainer{ background:#FFF; width:200px; height:1px; border:#D6DCE0 solid; border-width:1px 0px; margin-bottom:5px; }

#centercolumn2{ width:auto !important; width:100%; margin:0px 0px 0px 203px !important; margin:0px; }

Try something like

#leftcolumn {float:left;width:260px;}

.MainMenu_MenuContainer{ background:#FFF; width:260px; height:1px; border:#D6DCE0 solid; border-width:1px 0px; margin-bottom:5px; }

#centercolumn2{ width:auto !important; width:100%; margin:0px 0px 0px 263px !important; margin:0px; }

That worked perfectly!

Thank you!




ActiveForums 3.7