-
AuthorPosts
-
sushismb Friend
sushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
November 21, 2014 at 5:50 pm #202948Hello,
I’d like to adjust the inner margins of the menu drop down box as well as the right column.
I’m working on an offline site … a sample could be seen on the demo page.
I’d appreciate help on this.
Thanks!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 21, 2014 at 6:06 pm #556118<em>@sushismb 454231 wrote:</em><blockquote>Hello,
I’d like to adjust the inner margins of the menu drop down box as well as the right column.
I’m working on an offline site … a sample could be seen on the demo page.
I’d appreciate help on this.
Thanks!</blockquote>
How are you wanting to adjust the margins – increase/decrease?
sushismb Friendsushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
November 22, 2014 at 1:44 am #556143Hello TomC,
I’d like to decrease the margins.
Thanks!
sushismb Friendsushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
November 24, 2014 at 3:05 pm #556326Hello,
I’d appreciate help on this.
Thanks~!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 25, 2014 at 8:09 am #556443<em>@sushismb 454231 wrote:</em><blockquote>Hello,
I’d like to adjust the inner margins of the menu drop down box as well as the right column.
I’m working on an offline site … a sample could be seen on the demo page.
I’d appreciate help on this.
Thanks!</blockquote>
You can send me some screenshots illustrating the modifications you expect, I will help you out.
sushismb Friendsushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
November 25, 2014 at 3:14 pm #556493Hello @ninja Lead,
Here is the screenshot. As you can see, there is too much inner space/margin in the drop down and the right column.
I want to adjust them.
Thanks!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 25, 2014 at 5:03 pm #556499My initial thought was that the dropdown box itself needs to be reduced in width . . . but through my trial-and-error experimentation with it, I couldn’t quite get all of the dropdown boxes to conform to the modification. As such, I forwarded the issue onto the JA Dev Team (of whom Ninja Lead (above) is one) for a more in-depth review and (hopefully) solution.
I, too, am looking forward to further assessment and recommendation on this one.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 26, 2014 at 7:30 am #556593@sushismb: Go to Admin site -> Template Manager -> ja_sugite – Default -> Click Megamenu button and you can set Submenu Width
Look at the screenshot
More details, you can get it from video guide here
sushismb Friendsushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
sushismb Friendsushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
November 27, 2014 at 5:49 am #556771Hello @ninja Lead,
Thank you for your help. I was able to change the entire width of the submenu dropdown box.
But what I still need to do is to change the inner margin of the box. What I mean about margin is the space between the edge of the box and the text.
Also, I would need to know how to change the margin of the right column box.
I appreciate your continuous help.
Thanks!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 27, 2014 at 9:47 am #556803You can post your site’s URL here, I will check the status directly on your site and will suggest you futher.
sushismb Friendsushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
November 28, 2014 at 3:41 pm #556951Hello @ninja Lead,
Please see this page… http://gitzmo.com/creative.html.
You’ll see the right column there. I think the inner margin is too much.
Same goes to the drop down box of menu “Our Services”.
Thank!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 1, 2014 at 2:55 am #557105In this case, you will need to customize above for CSS.
Try with my below tweak:
– Open templates/ja_sugite/css/custom.css file
– Add new this rule@media (min-width: 992px) {
.t3-megamenu .row {
padding-left:10px;
padding-right:10px;
}.t3-megamenu .mega-inner {
padding:0px;
}.t3-megamenu .mega-dropdown-menu {
padding: 4px 0;
}
}
AuthorPostsViewing 14 posts - 1 through 14 (of 14 total)This topic contains 14 replies, has 3 voices, and was last updated by Ninja Lead 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum