$10
Who can provide me a clean CSS?
http://guidoflueck.com/beauty/
It should look almost like here:
http://design-studio-basel.ch/guidoflueck/events-3/
But not this font and the sidebar should be on the right side below the logo;
content w 800px, sidebar 200px
The gap between menue and content shoul be smal, 30px
Remove 'Bearbeiten' if possible.
I would like just to paste the CSS.
Simone Fuchs | 05/16/10 at 3:48pm
| Edit
(2) Possible Answers Submitted...
-
Last edited:
05/16/10
5:16pmOleg Butuzov says:you are using two styleshits .. and thay overwrite somehow
2c-r-fixed.css
style.css
you should turn off style.css on beuty page and turn on default.cssPrevious versions of this answer: 05/16/10 at 4:00pm
- 05/16/10 4:06pm
Simone Fuchs says:I deleted the second CSS, but the content is still cut off... And I forgott, I woud like to hiede page titles, but show article titles.
- 05/16/10 4:09pm
Simone Fuchs says:but style.css is my main childtheme css... It should overrite default.css
- 05/16/10 4:06pm
-

Last edited:
05/16/10
4:36pmSvilen Popov says:Try this
1. Open style.css and remove width from #containter;
2. Add this to your css file
#container {
width: 800px;
float: left;
}
.aside {
float: right;
width: 200px;
color:#666;
}
#footer {
clear: both;
}
This question has expired.
Current status of this question: Completed





