how to remove line and move navigation down

General questions pertaining to how certain issues can be resolved
Forum rules
1. No offensive language and no mocking
2. Please do a thorough search before you post something. Trust us, there is a high probability that the question you are asking has been asked previously.
3. No soliciting. You cannot post here soliciting bids for people offer you quotes, or even offer money to people for some work. You will be moderated if you do so. If you are looking for help, please post your request on http://jobs.wordpress.net or http://codepoet.com
4. Please be reasonable. You are getting software and support. For free. Complicated requests from a general purpose theme are not welcome and some volunteers might lose patience with you.
5. Please do your due diligence. If you posted a query and we answered with a link, take the trouble to go through the link contents.
6. Please post with complete information. Requests for help MUST be accompanied with your URL, particularly if you are asking something like "Why am I seeing a blank space?"

how to remove line and move navigation down

Postby aretzer » 28 Apr 2012, 13:59

I know this is probably something basic, but there is a line above the wrapper and the navigation (below the header) is resting on the line instead of the header... how do I get rid of the line and move the navigation down? This is the site I want to fix: http://fromourmom.com. I've been searching through the suffusion options and can't find where to change that!
aretzer
 
Posts: 35
Joined: 19 Apr 2012, 12:39

Re: how to remove line and move navigation down

Postby drake » 28 Apr 2012, 17:32

For the line you can set the bottom border to none for navigation bar at Suffusion Options -> Skinning -> Navigation Bar Below Header (check also "transparent/no color" and replace 1 with 0 for size of border below navigation bar)
If you wish to keep theme settings and remove only that border add at Custom Styles:
Code: Select all
#nav {border:none;}
/* next line will move the nav bar down by increasing the header height - change 150px tu suit */
#header {height:150px;}
drake
 
Posts: 3793
Joined: 26 Jul 2011, 07:56
Location: Constanta, Romania

Re: how to remove line and move navigation down

Postby aretzer » 28 Apr 2012, 18:13

Thanks, that helped to get rid of the line, however the navigation menu items are still higher- they look like they are on the same line as the search box. Check out this other site I am working on: http://mykidlist.com. The navigation bar looks like it is attached to the wrapper, but the navigation menu on http://fromourmom.com is floating above. I feel ridiculous about it because I know I configured it the first time but I honestly have been looking through the options for so long and have not been able to figure it out.
aretzer
 
Posts: 35
Joined: 19 Apr 2012, 12:39

Re: how to remove line and move navigation down

Postby drake » 28 Apr 2012, 18:34

The right behavior is on fromourmom - the search box is part of the navigation bar. On {kidlist} the behavior is "broken" because the menu items take too much space and the search box is moved to make room for menus :)

Anyway, here is the code to obtain the same effect on fromourmom:
Code: Select all
#wrapper {margin-top:0;padding-top:0;}
#right-header-widgets {margin-top:-50px;}
drake
 
Posts: 3793
Joined: 26 Jul 2011, 07:56
Location: Constanta, Romania

Re: how to remove line and move navigation down

Postby aretzer » 29 Apr 2012, 06:16

Thank you!! That worked great.

Just one more question about the nav menu... I would like to space out the menu items so they span across the wrapper: make four wide buttons. Is there a way to set the width of each of the menu items?
aretzer
 
Posts: 35
Joined: 19 Apr 2012, 12:39

Re: how to remove line and move navigation down

Postby drake » 29 Apr 2012, 10:30

You can add this at Custom Styles to make menu tabs wider, but if you will wish to add in the future another menu item you will need to decrease the 240px value:
Code: Select all
#nav ul li {width:240px;}
*
drake
 
Posts: 3793
Joined: 26 Jul 2011, 07:56
Location: Constanta, Romania

Re: how to remove line and move navigation down

Postby aretzer » 29 Apr 2012, 14:25

Perfect! I really appreciate your help!
aretzer
 
Posts: 35
Joined: 19 Apr 2012, 12:39


Return to Support Requests

Who is online

Users browsing this forum: Google [Bot] and 6 guests