-
AuthorPosts
-
December 16, 2017 at 12:11 am #1081581
I created some menu items on my site and they are not aligned and spacing too much. I would like them all aligned correctly and the extra space removed.
Also, on mobile menu, you can see the sub menu items look strange?
armenianchurchmusic.org
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 18, 2017 at 4:53 am #1081824Hi
Open /css/custom.css file in the template folder and add this code.nav > li > .separator { padding: 10px 0px; }
Hope it helps
Regards
December 18, 2017 at 2:12 pm #1081981Hi!
I did this but not much has changed. Still seems unorganized.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 19, 2017 at 1:48 am #1082057Hi
Kindly remove older code and use this code.nav > li > .separator { padding-left: 0px; padding-right: 0px; }
It will work for sure
Regards
December 19, 2017 at 1:55 pm #1082192Ah, thanks! It does look better. So for the title and search, can I somehow get this on same line for desktop view? you can see an overlap still with title bar.
The mobile menu doesn’t look right to me still. Does it to you?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 20, 2017 at 1:54 am #1082290Hi
Its because the header height is more and it overflows on the content below
add this code in the custom.css file to create padding.t3-mainbody { padding-top: 50px; }
And for mobile view use this code
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a { padding-left: 0px;}
Regards
December 20, 2017 at 1:40 pm #1082425Hello! This fixed desktop view!
However, mobile child menu items are still hidden for me when I drop down the menu. Can you see this? (Screenshot)
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 21, 2017 at 1:48 am #1082530Hi
You have to scroll the menu to see the further drop-down menu in the menu dropdown.Regards
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 7 replies, has 2 voices, and was last updated by Pankaj Sharma 6 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-