-
AuthorPosts
-
Andrew Winkler Friend
Andrew Winkler
- Join date:
- September 2014
- Posts:
- 725
- Downloads:
- 206
- Uploads:
- 31
- Thanks:
- 291
- Thanked:
- 34 times in 2 posts
September 22, 2013 at 7:57 am #190801When defining a menu module as the submenu of a megamenu, the submenu items are displayed starting with a bullet. (see screenshot) How do I get rid of those annoying bullet points?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 22, 2013 at 8:05 am #506603Hi
Goto this file /templates/ja_hawkstore/css/megamenu.css around line 130
.t3-megamenu .t3-module ul li, .t3-megamenu .t3-module .nav li {
border: 0 none;
display: list-item; change to display:block;
float: none;
list-style: disc outside none;
margin: 0;
padding: 0;
}1 user says Thank You to pavit for this useful post
Andrew Winkler FriendAndrew Winkler
- Join date:
- September 2014
- Posts:
- 725
- Downloads:
- 206
- Uploads:
- 31
- Thanks:
- 291
- Thanked:
- 34 times in 2 posts
September 22, 2013 at 8:33 am #506608pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 22, 2013 at 8:47 am #506609Try in this way: add a left to the float property
.t3-megamenu .t3-module ul li, .t3-megamenu .t3-module .nav li {
border: 0 none;
display: block;
float: none; change to float: left;
list-style:none; change this too
margin: 0;
padding: 0;
}1 user says Thank You to pavit for this useful post
Andrew Winkler FriendAndrew Winkler
- Join date:
- September 2014
- Posts:
- 725
- Downloads:
- 206
- Uploads:
- 31
- Thanks:
- 291
- Thanked:
- 34 times in 2 posts
September 22, 2013 at 8:52 am #506611Great that got rid of most of the padding. I then changed the code in line 126 from
[PHP].t3-megamenu .t3-module ul,
.t3-megamenu .t3-module .nav {
margin: 0 0 0 15px;
}[/PHP]to
[PHP].t3-megamenu .t3-module ul,
.t3-megamenu .t3-module .nav {
margin: 0 0 0 0;
}[/PHP]and then it looked perfect.
1 user says Thank You to Andrew Winkler for this useful post
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by Andrew Winkler 11 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum