-
AuthorPosts
-
orsomannaro Friend
orsomannaro
- Join date:
- January 2008
- Posts:
- 241
- Downloads:
- 32
- Uploads:
- 18
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
August 7, 2014 at 10:05 am #200323I’m working on a megamenu.
Iis it possible to make submenus appear in a non-floating rectangle but in a rectangle aligned to the father one?
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
August 7, 2014 at 10:11 am #545034post your site Url. We need to customize the css. Will give a try.
orsomannaro Friendorsomannaro
- Join date:
- January 2008
- Posts:
- 241
- Downloads:
- 32
- Uploads:
- 18
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
August 7, 2014 at 10:35 am #545039<em>@Chavan 440121 wrote:</em><blockquote>post your site Url. We need to customize the css. Will give a try.</blockquote>
I send you a private message with URL.
Thank
orsomannaro Friendorsomannaro
- Join date:
- January 2008
- Posts:
- 241
- Downloads:
- 32
- Uploads:
- 18
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
August 7, 2014 at 11:42 am #545043it is ok even if the alignment is at the top
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
August 7, 2014 at 11:52 am #545044Make a backup of these 2 css files
1. /templates/ja_appolio/css/megamenu.css
2. /templates/ja_appolio/css/template.cssThen do the following changes
1. Go to This File: /templates/ja_appolio/css/megamenu.css
i. Add this code
.mega-nav.level2 li:last-child a{
padding: 8px 20px !important;
}ii. Find this code and Replace it
.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li .separator {
border-bottom: solid 1px #eee ;
background: #ffffff ;
color: #666 ;
font-weight: 300;
padding: 10px 20px;
}with
.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li .separator {
border-bottom: solid 1px #eee ;
background: #ffffff ;
color: #666 ;
font-weight: 300;
padding: 9px 20px;
}2. Go to this File: /templates/ja_appolio/css/template.css
Replace this code
.dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -5px; margin-left: -1px; }With
.dropdown-submenu > .dropdown-menu {
top: 0;
left: 100%;
margin-top: -1px;
margin-left: -1px;
}orsomannaro Friendorsomannaro
- Join date:
- January 2008
- Posts:
- 241
- Downloads:
- 32
- Uploads:
- 18
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
August 7, 2014 at 3:49 pm #545068Sorry but I realize that what I need is not simple to achieve because I also need that all submenus have the same height as the first menu.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
August 7, 2014 at 4:28 pm #545076GO to this File: /templates/ja_appolio/css/template.css
Add this code:
div.dropdown-menu {
min-height: 277px;
}.dropdown-submenu{
position: static !important;
}increase 277px to whatever extent you need.
orsomannaro Friendorsomannaro
- Join date:
- January 2008
- Posts:
- 241
- Downloads:
- 32
- Uploads:
- 18
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
August 11, 2014 at 10:02 am #545441Thank you!
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by orsomannaro 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum