- Bought between 1 and 9 items
- Has been a member for 3-4 years
Hello,
I have a Magstar WordPress Theme. I’d like to change de height of the gray button.
See to this link the screenshot (green arrow): http://www.blogonvaou.com/wp-content/uploads/2010/04/gray-button.jpg
Could someone help me please ?
If you bought the theme here, contact the autor. If you didn’t then provide us a live preview.
You probably should contact the author, but as a quick fix I’d imagine that whole navigation has some sort of padding or a border causing that to happen – deliberately too I’d imagine.
- Bought between 1 and 9 items
- Europe
- Exclusive Author
- Has been a member for 4-5 years
- Sold between 5 000 and 10 000 dollars
Just play with padding values like this:
#yourNavigationID a {
display:block;
padding:10px 5px 10px 5px;
}
