-
AuthorPosts
-
sunnyjey Friend
sunnyjey
- Join date:
- March 2007
- Posts:
- 36
- Downloads:
- 25
- Uploads:
- 5
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
September 3, 2013 at 8:14 pm #190264I would like to reduce height of main Scrolling Menu bar, Where and what should I edit.
Thank you in advance.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
September 4, 2013 at 12:51 pm #504568Hi sunnyjey,
Would you mind making a snapshot of your concern ? Since I am not sure i understand scrolling main menu as you asked.
sunnyjey Friendsunnyjey
- Join date:
- March 2007
- Posts:
- 36
- Downloads:
- 25
- Uploads:
- 5
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
September 8, 2013 at 2:56 am #504927The Main Menu bar which scroll down when you moves page down. I would like to reduce height of this. Screenshot attached. Tried Firebug but couldnt locate path of CSS which renders height of this scroll menu.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
September 8, 2013 at 4:41 am #504930Hi sunnyjey,
In order to help you more easily to handle this requirement, i suggest you to create a custom.css in templates/ja_fixel/css/ path, and put below codes into:
@media (min-width: 980px)
.t3-mainnav.light-mainnav {
height: 55px;
}.t3-mainnav.light-mainnav .container {
height: 55px;
}.t3-mainnav.light-mainnav .logo {
height: 55px;
}#fixel-top-pannel-link {
height: 55px;
}
}You can change to your height, but make sure that they are equal in the css classes. These will make the main-nav section look better.
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by phong nam 11 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How do I reduce height of Scrolling Main Menu ?
Viewing 4 posts - 1 through 4 (of 4 total)