Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • sushismb Friend
    #202948

    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!

    TomC Moderator
    #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 Friend
    #556143

    Hello TomC,

    I’d like to decrease the margins.

    Thanks!

    sushismb Friend
    #556326

    Hello,

    I’d appreciate help on this.

    Thanks~!

    Ninja Lead Moderator
    #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 Friend
    #556493

    Hello @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!


    1. Design_and_Development_-_GITZMO_Web_Solutions_Philippines_-_2014-11-25_23.06.31
    TomC Moderator
    #556499

    My 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 Moderator
    #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


    1. mega_menu
    sushismb Friend
    #556653

    Hello @ninja Lead

    I followed your instruction but I don’t see any “submenu configuration”.

    I see “Item Configuration” instead.

    I checked the vdo link but I don’t know which link you’re referring to.

    Please help.

    Thanks!

    Ninja Lead Moderator
    #556750

    Try to look the video here

    sushismb Friend
    #556771

    Hello @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 Moderator
    #556803

    You can post your site’s URL here, I will check the status directly on your site and will suggest you futher.

    sushismb Friend
    #556951

    Hello @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 Moderator
    #557105

    In 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;
    }
    }

Viewing 14 posts - 1 through 14 (of 14 total)

This topic contains 14 replies, has 3 voices, and was last updated by  Ninja Lead 9 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum