Left Align Header Navigation items

Support Area Forums Moonrise Left Align Header Navigation items

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.sisterofsoul.com.au/
  • Author
    Posts
  • #24844
    LeanneKingwell
    Participant

    Hi Bill,

    I’ve been asked to remove the logo in header and align the “About” “Menu”and “Contact” navigation items to the left of the header panel.

    Having removed the logo, the left hand corner shows an empty box with a question mark.

    If I change the “Text or Graphic Logo” option to “text” then is shows”Sister of Soul” text… I’m not sure where it’s pulling the ‘Sister Of Soul’ text from in this instance… but I want to remove this item completely please… and then push the navigation text across to the left of header.

    Many Thanks,
    Leanne

    #24845
    Bill Robbins
    Moderator

    Hello Leanne,

    Leave it set as the text logo and we’ll just hide it. Here’s how to make those things happen:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #text-logo {
      	display: none;
      }
      
      nav#navigation {
      	float: left;
      }
      
    3. Update your settings.

    See if that doesn’t do the trick for you.

    Take care,
    Bill

    #24846
    LeanneKingwell
    Participant

    Perfect! Thanks so much Bill.

    As a first timer, it’s been such a pleasure to work with you and your Moonrise theme. The speedy and friendly support you provide is absolutely priceless.

    Have a wonderful day 🙂

    Leanne

    #24849
    Bill Robbins
    Moderator

    Thanks Leanne 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Left Align Header Navigation items’ is closed to new replies.