-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 11, 2017 at 2:32 pm #1001625Hi
Kindly public the module and share the URL here , i will help u with some css change to make it horizontal.January 12, 2017 at 12:08 pm #1001820Hello, you can see the site that i am building here: http://www.axiair.nl/_NIEUW/
I want the menu at the bottom to be horizontal like : A | B | C etc..Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 12, 2017 at 12:39 pm #1001825Hi
Add below code in custom.css file.copyright .nav-pills > li { float: left; padding-left: 10px; }
save and check.
January 12, 2017 at 1:25 pm #1001832Yes it worked, is there also some trick to seperate the items with a |
So it looks like link 1 | link 2 | link 3Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 12, 2017 at 1:32 pm #1001833Hi
You can add border style in same codecopyright .nav-pills > li { float: left; padding-left: 10px; border-top: 0px; border-left: 1px solid; }
January 12, 2017 at 1:44 pm #1001837Ah ok that simple. Is there some way to have no border on the first item? Because now it looks strange
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 13, 2017 at 1:05 am #1001954Hi
It is showing fine at my end: http://prntscr.com/duy7me
RegardsJanuary 13, 2017 at 7:12 am #1002023the last item has also an |. It is more in balance when the menu looks like
link 1 | link 2 | link 3
so no ending |
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 13, 2017 at 7:30 am #1002030Hi
Use this code in custom.css file.copyright .nav-pills > li:last-child {border-right:none;}
January 13, 2017 at 8:25 am #1002045Yes that is what i mean, Thanks for helping me out! very very good support.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 13, 2017 at 8:58 am #1002058You are welcome
-
AuthorPosts
This topic contains 11 replies, has 2 voices, and was last updated by Pankaj Sharma 7 years, 10 months ago.
The topic ‘Horizntal Menu in Footer’ is closed to new replies.