css questions about using zen water theme for the first time
-
hello –
wonderful theme!
i needed to make the following changes, and currently i am using css (below). here are my desired changes:
1) banner shows on top of page and is not covered by the menu, and does not repeat
2) sidebar is completely hidden
3) eliminate most of the space between the menu and the breadcrumb (Home, About, etc)is using css the best way to approach this? i didnt see any other options to create this desired affect.
or all these changes available in the “pro” version?
https://edwardsmark.com/ccs-cares-website.png
my css:
/* make the blog sidebar disappear */
aside#sidebar { display: none; }
div#main-content{ width: 95%; }/* adjust banner and main menu */
header#hdr-main {background-repeat: no-repeat}
nav#navmain ul {margin: 70px;}div#main-content-wrapper { margin-top: -70px;}
thank you!
The page I need help with: [log in to see the link]
- The topic ‘css questions about using zen water theme for the first time’ is closed to new replies.