Social Nav

Support Area Forums Foundation Social Nav

Viewing 6 posts - 1 through 6 (of 6 total)
URL to the page in question:
  • Author
    Posts
  • #10014
    ancd
    Participant

    Would like to move the social nav above main nav to the extreme right side of the tagline.

    #10015
    Bill Robbins
    Moderator

    You can do that. Go to the Theme Options page and select the Styling tab. Scroll down to the Custom CSS box and paste this:

    
    #nav-right {
    	position: absolute;
    	float: none;
    	right: 0;
    	top: -40px;
    }
    
    #navigation #nav-right li {
    	border: none;
    }
    

    That will move the right hand navigation just above the navigation bar. It’ll also remove the line that divides the items.

    If you have any trouble, let me know,
    Bill

    #10019
    ancd
    Participant

    Thank you for the prompt reply. But we would like put the social widget in the secondary nav but to have the secondary nav appear above, not below the main nav.

    #10020
    Bill Robbins
    Moderator

    When I apply the code snippet to the demo, I end up with the secondary navigation where the social icons are like this:

    #10021
    ancd
    Participant

    It works. Thanks very much.

    #10022
    Bill Robbins
    Moderator

    No problem. Have a good night.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Social Nav’ is closed to new replies.