-
AuthorPosts
-
paison Friend
paison
- Join date:
- October 2013
- Posts:
- 10
- Downloads:
- 70
- Uploads:
- 1
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
October 28, 2013 at 3:48 am #191757I currently have a menu item that drops down from the icon-search position that looks LIKE THIS HERE
I need it to drop down like the demo in the languageswitchoverload position, the multiple language component dropdown as seen HERE in the demo:
I need direct help or specific instructions to achieve that dropdown styling…Thank you in advance.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 28, 2013 at 3:56 pm #510416Are you wanting a darker text for the menu items?
Can you be a bit more specific with the kind of modified styling you’re looking for?
paison Friendpaison
- Join date:
- October 2013
- Posts:
- 10
- Downloads:
- 70
- Uploads:
- 1
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
October 28, 2013 at 6:22 pm #510428Tom, thanks for the reply. I apologize for my lack of detail. I have 27 menu items, so, to your question, yes, making the font color darker would be great—I need help making the menu dropdown exactly like the demo in every way minus the country flags. So, 3 columns of menu items (9 a column). Same Font size/color/spacing….the styling….the organized structure of the dropdown columns, in the demo, is what I need. Thanks for your time and patience, it means a lot.
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
October 29, 2013 at 4:57 am #510479Hi
I have modified on your site a bit.
1. I have added the less block code below in templatesja_magzlessstyle.less
.threecol-dropdown {
.dropdown-menu {
margin-top: 1px;
min-width: 400px !important;
padding: 15px !important;
line-height: 0;
.box-shadow(0 5px 5px rgba(0, 0, 0, 0.2));
border: solid 1px @T3borderColor;
border-top: none;
}ul.nav li {
display: block;
float: left;
margin: 0;
padding: 0;
width: 33.3%;&.active a {
background: @grayLighter;
border-color: @T3borderColor;
color: @linkColorHover;
font-weight: bold;
}a {
border: 1px solid #fff
display: block;
font-size: @T3smallFontSize;
line-height: 1;
margin: 0;
padding: 7px 10px !important;
text-align: left;
overflow: hidden;
text-transform: none;
font-weight: normal;&:hover, &:focus, &:active {
background: @grayLighter;
border-color: @T3borderColor;
}img {
float: left;
margin: 0 5px 0 0;
padding: 0;
vertical-align: middle;
}
}
}
}
2. Change class in
templatesja_magztplsblocksheader.php
From
<li class="dropdown nav-search">
to
<li class="dropdown threecol-dropdown">
You can change the style in above css to fit your need.
Regards
1 user says Thank You to Wall Crasher for this useful post
paison Friendpaison
- Join date:
- October 2013
- Posts:
- 10
- Downloads:
- 70
- Uploads:
- 1
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
October 29, 2013 at 5:31 pm #510571Wallcrasher, thanks so much for the time and the awesome help. It was exactly what I needed, and with the above coding, this is solved. Really appreciate it.
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by paison 11 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum