-
AuthorPosts
-
July 15, 2014 at 5:41 pm #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?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 15, 2014 at 5:56 pm #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 ??
1 user says Thank You to TomC for this useful post
July 15, 2014 at 9:11 pm #542480Worked perfectly. Thanks.
AuthorPostsViewing 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
Logo Spacing with menu line
Viewing 3 posts - 1 through 3 (of 3 total)