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

    Hi, i have a problem with a mega menù. I don’t know why but the last mega menù is not aligned and goes out of the page.
    I have an other mega menù and it is perfect (it has 4 coloumns) but the other is not good (it has 2 coloumns)
    As always i ask you to forgive my bad english and i give you a screenshot with the problem.
    http://oi66.tinypic.com/s0vd35.jpg
    You can also see with your browser (the website link is in the provate content)
    Thank you!

    #986713

    Hey Luca,

    Add this to quick css:

    #menu-item-488 .avia_mega_div.avia_mega2.six.units{
    left:-250px!important;
    }

    Best regards,
    Jordan Shannon

    #986910

    Thank you! it’s perfect, it work.
    But if i would to move the first menù? I tried to insert 1 instead of 2 but it don’t work.

    #menu-item-488 .avia_mega_div.avia_mega1.six.units{
    left:-250px!important;
    }

    Can you explain how to modify this code?
    You know if there is a post with all the code where i can find what i am searching for?

    #987133

    Hi,

    You mean you want to move the first sub-menu under Servizi? That would require the “menu-item-id”.

    Best regards,
    Jordan Shannon

    #987567

    no, if the first mega menù (Servizi) was too much to the right how can i move to the left?

    i have tried to do with the same code, but it doesn’t work.
    I want to do the same thing that you have done with this code, but referred to “Servizi” and not “Siracusa e Provincia”

    #menu-item-488 .avia_mega_div.avia_mega2.six.units{
    left:-250px!important;
    }
    #987574

    Hi,

    I am seeing Servizi perfectly center aligned. Please provide a screenshot of what you’re seeing so that I can see what I need to advise.

    Best regards,
    Jordan Shannon

    #990318

    Sorry, probably i’m not explained correctly, sorry.
    Now servizi is perfectly aligned, but if in the future (hypothetically) it wasn’t aligned how can i adjust?

    #menu-item-488 .avia_mega_div.avia_mega2.six.units{
    left:-250px!important;
    }

    So with this code it is referred to the last mega menù, i want to know which is the part that indicate the menù. I think was “mega2.six.units” and so i modified in “mega1.six.units” but it don’t work.

    #990335

    Hi,

    I see, a few parts would change actually. That would be controlled with this:

    #menu-item-257 .avia_mega_div.avia_mega6.twelve.units{
    left:-250px!important;
    }

    Best regards,
    Jordan Shannon

    #990342

    ok, thank you

    #990355

    Hi,

    No problem at all my friend. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Mega menu is not aligned’ is closed to new replies.