-
AuthorPosts
-
June 14, 2011 at 10:00 pm #165227
Please can someone tell me how to align at right the ja-megamenu in ja_business? Thank you!
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
June 15, 2011 at 3:57 am #396395Please post a screenshot how it should appear.
June 15, 2011 at 10:34 pm #396566I found a way… but is difficult when I should add more menus in mainmenu. I inserted this code in template.css:
.ja-megamenu {
margin: 0;
padding-left: 500px;
}
It will show improper when I will add new menu if I will not change value of padding-left. It is another way? Thanks.
June 16, 2011 at 2:37 am #396580Submenus are looking a little bit strange & I haveto align them to, but actually I foundthis solution:
#ja-megamenu {
float: right;
margin: 0;
padding: 0;
}
If someone can find a better solution… Thanks.Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 22, 2011 at 3:10 am #397749Hi nicualbc,
You can move mega menu to right following way below :
Inserted following code in template.css file :.ja-megamenu {
position: absolute;
right: 0;
}
with search module if when you move mega menu to right may be it will be over to search module you can move search module to left following way below :
Open template.css file find following code section#ja-search { bottom: 0; top: 8px; }
change to :
#ja-search { bottom: 0; top: 8px; left:0px;}
hope can help you !
1 user says Thank You to Sherlock for this useful post
June 23, 2011 at 7:28 pm #398110yes, best answer, and thanks hainn84
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 3 voices, and was last updated by nicualbc 13 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to align right ja-megamenu?
Viewing 6 posts - 1 through 6 (of 6 total)