Things to Contact Me About:
- Questions about WordPress
- Questions about K2 theme
- Requesting a tutorial
- Advertising on my site
- Exchanging links
- Developing a website for you
- Working on your web design
Contact Info:
K2Pro Copyright 2011
All of the content on this site is my own work. Please do not copy without my consent.
email: shaun.guarini@gmail.com
Hi
I was wondering if you can help. I am trying to change the navigation menu colours of the tabs and am struggling to find the correct place in the .css to do so. I have managed to change the header ok but cant find the navigation one.
Any help would be much appreciated
Thanks
Oliver Robison
ul.menu li a {background: #000000;
color: #ffffff;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
}
ul.menu li a:hover {
background: #ff0000;
color: #eee;
text-decoration: none;
}
Hi,
In wordpress NEXT Gen Gallery I want to increase the spacing for the text description below each image. If I add too much text as description it pops out of the box.
Kind regards
Andy
Can you leave me a link to your site?
Hi, your blog is so cool. I learned a lot reading. Sorry abou my bad english… maybe you can help me… I want to move the navigation bar to the top of the header. I search everywhere and nothing works. Thanks.
Something like this:
blog about admin
_____________________
header image
_____________________
Try this.
Edit your html file so that everything in your menu div comes right at the opening of the header.
Then add this to your css.
ul#nav {position: relative;}
This should move the nav to the top. Then mess around with the margins to get the exact position you want.