I need to adjust my navigation bar so that the pages go all the way from left to right. At this time (as you can see), it creates a second row before finishing the first one.
Navigation bar
(9 posts) (4 voices)-
Posted 1 year ago #
-
You got a lot of words there for that font. Why not change the font size or even the font to helvetica,arial, verdana?
You can change all that in the style sheet (the .css file)
=)
Posted 1 year ago # -
Yep, your page titles are too big (which is fine). You just need to reduce the font size of the navbar and it will shrink and fit all in one line. Look for the following css:
#nav li a,#nav li a:link,#nav li a:visited {
color:#444;
display:block;
font-size:16px;
font-family:Georgia, Times New Roman;
font-weight:400;
text-transform:none;
border-right:1px solid #B0B0B0;
margin:0;
padding:8px 15px 9px
}change the font-size to something like 12px.
Posted 1 year ago # -
Thanks Guys! I changed that, but as you can see
There are still two rows and this big white space on the right of the top row. What I need is for it to fill out that entire white space before it goes to the second row.
Thanks again!
Posted 1 year ago # -
you look like you're very close to succeeding. Keep noodling with it. perhaps take the padding down -1 on the left and right.
Or Remove "the" from "the Spiral of influence and "the dieter's last Resort"
I would think that would fix it too.
=)
Posted 1 year ago # -
Thanks, but the problem is that it creates the second row BEFORE it fills out the first one. This is what needs to be fixed. Any advice would be greatly appreciated.
Posted 1 year ago # -
The navigation bar is split into two sections (navbar left and navbar right). The right bar space is there if you want to place some special link. If you are not using it you can just specify the left bar to take the full width.
Search for the following:
#navbarleft {
width:775px;
float:left;
margin:0;
padding:0
}change the width to 960px and that should do it.
Posted 1 year ago # -
Hello,
I am using Affiliate Platform and the pages in the nav bar are not showing correctly. When you hover over Sales, some of the pages go down or move to the right. I think this is part of the caching plugin I am using (according to Firebug). But how do I fix this?
Look here: http://www.acts2day.com/wp-content/plugins/wp-affiliate-platform/affiliates/sales.phpThanks for help.
Shalom,
JonathanPosted 1 year ago # -
This thread deals with the "Infinity Remix" theme. If you are having an issue with the WP Affiliate Platform plugin then please post is on the Affiliate platform forum.
The affiliate platform's affiliate view can't have CSS conflicts as it is completely standalone unless you have modified the code yourself. Have you made any changes to the plugin?
Posted 1 year ago #
Reply
You must log in to post.