Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • greinert Friend
    #199705

    Looking to clean up the look of the new website’s banner.

    Problem # 1
    The school logo is touching the words HOME and SCHOOL INFO in the main menu line. Don’t want to shrink the size of the logo. How can I get some blank spacing between the logo and the main menu text?

    Problem # 2
    For the main menu, a line is displayed under the selected menu item. For example when home is selected the line is displayed under the word home. Considerable gap between the word HOME and the indicator line, What can I do to reduce the gap?


    1. banner-issue
    TomC Moderator
    #542461

    <em>@greinert 436824 wrote:</em><blockquote>Looking to clean up the look of the new website’s banner.

    Problem # 1
    The school logo is touching the words HOME and SCHOOL INFO in the main menu line. Don’t want to shrink the size of the logo. How can I get some blank spacing between the logo and the main menu text?</blockquote>

    Try This . . . . .

    If you haven’t yet done so, create a new file called “custom.css” within file path –> /templates/purity_iii/css

    Within that custom.css file, paste the following CSS rule:


    .navbar-nav {
    margin-top: 15px;
    }

    Of course, you can adjust the pixel value for the “margin-top” property to whatever you feel looks best.

    <em>@greinert 436824 wrote:</em><blockquote>
    Problem # 2
    For the main menu, a line is displayed under the selected menu item. For example when home is selected the line is displayed under the word home. Considerable gap between the word HOME and the indicator line, What can I do to reduce the gap?</blockquote>

    Within the same custom.css file, paste the following CSS rule:


    .navbar-nav > li > a {
    padding-bottom: 0;
    }

    Better ??

    greinert Friend
    #542480

    Worked perfectly. Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  greinert 10 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum