Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #475939

    Hi,

    I have modified the sub menu a little but not to much but i’m getting this weird jumping effect on refresh and page load.

    Here is my site

    http://www.spinsys.com.php53-11.dfw1-1.websitetestlink.com/

    you can see the black bar under the main Hero Rotator jumps a little when you first load the site and then if you refresh it a couple time you can see what im talking about.

    It does not seem to be doing it in Firefox but I can see it in Chrome and Safari.

    Any insight would be great.

    Thanks

    #476184

    Alos, is there a way that I can set a custom breakpoint for this sub-menu? as you can see its wide and it start stacking on it self when you shrink down to ipads?

    Thanks
    -Dan

    #476186

    Hey acscreativenew!

    Please try the following in your custom css section:

    ul, menu, dir {
      display: block;
      list-style-type: disc;
      -webkit-margin-before: 1em;
      -webkit-margin-after: 1em;
      -webkit-margin-start: 0px;
      -webkit-margin-end: 0px;
      -webkit-padding-start: 0px !important;
    }

    Regards,
    Dake

    #476187

    That did not seem to do anything, also please see my second comment.

    Thanks
    -Dan

    #476193

    Hi!

    Hmm, may we have temporary access to your website so we can take a closer look?

    As for your second comment, that depends:

    – Would you like it to switch to the mobile menu once it gets down to ipad size screens (using a media query)?

    – Would you rather the black background adjust itself based on how it’s stacked?

    – Or would you prefer to adjust the margins between each menu item?

    Cheers!
    Dake

    #476194

    Thanks for the fast responce, I think that option one will be best and easiest. We can just display the mobile menu when it gets down to size using a media query.

    Thanks
    -Dn

    #476208

    Hi!

    In that case, may I have temporary access so I can tackle both issues at once :)

    Regards,
    Dake

    #476544

    Not a Problem at all, here is the info

    Please let me know if you need anything else.

    #477823

    Just wanted to see where we are with this? were you able to get in? I also ran into some other issues with the main nav bar, should I open up a new thread or can I post them here?

    #481714

    Hey!

    Try adding this code to the Quick CSS:

    #top .av-submenu-container {
        max-width: 1296px;
    }

    Cheers! 
    Josue

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.