custom menu width
-
On my sidebar I have two custom menu buttons. I want them to have the same width. Below is how the top one is currently formatted. I wanted to make it the same width as the one below it. What would I change?
#menu-bareyourbudget a{
border: 2px solid #ed702b;
color: #ed702b;
font-family: ‘Oswald’,sans-serif;
font-size: 24px;
margin: auto;
padding: 10px 30px;
}
#menu-markbudget a:hover{
color:#fff;
background-color:#ed702b;
text-decoration:none;
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘custom menu width’ is closed to new replies.