Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #441992

    Hi,
    My Mega Menu links appear below the image, but is there some CSS that will take the links that are below the image and have them align to the right side of the image?

    Here is an example of a website with a mega menu that does exacatly what I am trying to do:
    http://www.acdi.com/
    The image is on the left and all the links are on the right side.

    Thanks,
    Ken

    #442171

    I’m still looking for guidance about this.
    Thanks

    #442540

    I’m still looking for help on this.
    Thanks

    #442761

    Could someone tell me if this is possible to do using the Mega Menu on Enfold?
    Thanks

    #443331

    Hi!

    Have you created megamenu? If not, please refer to this video tutorial and create it and then post the link to your website.
    P.S.: Our queue goes from the oldest queries to the newest ones. Your query is being pushed to the end of the queue each time you self post :)

    Cheers!
    Yigit

    #443503
    This reply has been marked as private.
    #444416

    Hi!

    Try this code:

    #top #header .mega_menu_title a {
    position: relative;
    left: -165px;
    }
    #top #header .avia_mega_div > .sub-menu > li > ul {
    top: -120px;
    }
    #header .three.units {
    width: 360px;
    }
    #top #header .avia_mega_div > .sub-menu > li {
    right: -147px;
    }
    

    and adjust as needed by yourself.

    To also control mega menu height use this:

    .avia_mega_div.avia_mega1.three.units {
    height: 190px;
    }
    

    Cheers!
    Andy

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