sandbox-layouts: 3c-b.css
-
AuthorPosts
-
hello, guys,
Thanks for providing “beginning” layouts for sandbox 10 theme. I have tried this one for three columns design, 3c-b.css, but is there any way that I can have a fixed width content in the middle? It looked awful when looked in a narrow browser.
jessie
Do you have the css upgrade?
you might find a solution here:
https://en.forums.wordpress.com/topic.php?id=13709&page&replies=9in which I asked a similar question, and got help from a CSS guru :)
Where did you find the beginning layout CSS for version 10? I haven’t seen that.
membracid
in the WordPress News, Sandbox Friday, at the very first line: Sandbox 1.0, click and download.
yap, that zip file is for wordpress.org users, so it concludes all php files. However, there is also a folder called sandbox-layouts. goodies inside. :)this is what i found, and your solution does not fit inside. or i am dumb……
/* LAYOUT: Three-Column DESCRIPTION: Three-column fluid layout with two sidebars on both sides of content */ div#container { float: left; width: 100%; } div#content { margin: 0 200px; } div.sidebar { float: left; overflow: hidden; width: 180px; } div#primary { margin: 0 0 0 -100%; } * html div#primary { left: 20px; position: relative; } div#secondary { margin: 0 0 0 -200px; } div#footer { clear: left; width: 100%; }
and Rosclarke, i do have the css upgrade.
huh! Well, I guess i wasn’t helpful, but you have saved *me* lots of work when I migrate over to version 10! Thanks!
no problem, membracid, but thanks for the link, though.
-
AuthorPosts
The topic ‘sandbox-layouts: 3c-b.css’ is closed to new replies.