Topbar menu css & logo spacing
-
Hello Britner,
First I’d like to compliment you and Kadence Themes for all of the work you’ve done on the Virtue theme, (and) the ongoing support responses you offer (that some developers) do not!
I’m designing a client site locally in Xampp, using the latest version of WordPress and Virtue 1.9.9.7 free theme and have gotten stuck in css which is my weak point. I’m recommending that the client purchase the Premium version.
I’m trying to overcome these three issues right now:
align all of the topbar menu links on one line
reduce the padding below logo and above the slider
and code the css so the topbar does not overlap the logoThis is some custom css I have in place so far that I’ve seen used by other members here in the support forum:
[class*=”wp-image”] {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border:none;}[class*=”wp-image”]:hover {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border:none;}
.home-iconmenu a {
max-width: 900px;
margin: 0 auto;
}
#topbar {
position: fixed;
width: 100%;
top: 0;
z-index: 999;
}
.topbarmenu ul li a {font-size: 15px;}
.admin-bar #topbar {
top:28px;
}
.headerclass {
margin-top: 30px;
}
#nav-main ul.sf-menu a {
padding: 10px;
}And here is a screenshot that shows my problem:
https://netmonkeys.net/development/virtue-css-issues.htmlYour help would would be greatly appreciated.
Barry
- The topic ‘Topbar menu css & logo spacing’ is closed to new replies.