Questions about Goran Template

  • Unknown's avatar

    Hello! With regard to the header in this template, how do I change the font or fit more page names in the header to make it stay on one line? Thank you.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    For clarification, are you wanting more menu items to appear without wrapping to another line. On your site it is “what we do” “how we do it” etc. right?

  • Unknown's avatar

    I went ahead and took a look while waiting for your clarification. If I understand correctly the following code will do what you want. You will need the ability to edit .css through the Custom Design upgrade. Adjust margin-right as needed to increase or decrease spacing between items and font-size to adjust size of font.

    @media screen and (min-width: 1020px) {
    .main-navigation li {
      margin-right: 16px;
      font-size: 85%;
      }
    }

    Let me know if it works!

    clint

  • The topic ‘Questions about Goran Template’ is closed to new replies.