Is it Possible to Change the Menu Location

Support Area Forums Agency Is it Possible to Change the Menu Location

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://howellcounty.net/wpnew
  • Author
    Posts
  • #18810
    Avatar photoKristen
    Participant

    I was wondering if it might be possible to make the location of the menu to be where the donations bar is by default?

    #18815
    Bill Robbins
    Moderator

    That’s one I haven’t tried before. Let’s see if this will get you to where you want to go:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      #navigation {
      	top: auto;
      	bottom: -57px;
      }
      
      #header {
      	margin-bottom: 57px;
      }
      
    3. Update your settings.

    You'll probably also want to add a background color to the navigation style above so that it stands out a bit more against the solid color background there.

    If you run into trouble, let me know.

    Thanks,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Is it Possible to Change the Menu Location’ is closed to new replies.