Vallejonursing
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to change spacing of the menuYes, I’ve entered it in the right place. I even checked my style.css codes by downloading the style.css through ftp and it’s updated. Anyway thanks for your help, really appreciate it.
I’m using WordPress 3.0.4.
Forum: Themes and Templates
In reply to: How to change spacing of the menuI already changed the width through wp-admin but still it didn’t work. When I tried viewing it through the page source, it wasn’t change.
Forum: Themes and Templates
In reply to: How to change spacing of the menuThanks, but I tried what you had suggested but it still didn’t work. The two menu: Our Programs and Contact Us is still below the home and the calendar of activities. I want to see those two next to the gallery.
Forum: Themes and Templates
In reply to: How to change spacing of the menuI’m using a yb-auto theme..
Forum: Themes and Templates
In reply to: How to change spacing of the menusite: vallejonursinginstitute.com
codes:
.indentmenu{
font: bold 13px Arial, Helvetica, sans-serif;
width: 100%;
height:45px;
margin:-1px 0 0 0;
}
.indentmenu ul{
margin:4px;
float: left;
width: 80%;
}
.indentmenu ul li{
display: inline;
}.indentmenu ul li a{
float: left;
color:#196e9a;
padding:10px 20px;
text-decoration: none;
border-bottom:none;
border-right: 1px solid #f7f7f7;
outline:none;
}.indentmenu ul li a:hover, .indentmenu ul li .current{
color:#FFFFFF !important;
padding-top: 10px;
padding-bottom: 10px;
background:#a2c4ca;
}