• Closed
  • John Milewski
    Spectator
    July 30, 2015 at 3:15 pm #19385

    When using Alora in boxed layout mode and a full width mega menu, the menu gets shifted to the right. Is there a way to center this up? Also, when not using a full width mega menu, is there a way to get the right side of the mega menu to align so that it’s not pushing past the right side of the boxed area border?

    My site with an example: http://test2.ioniaisd.org/blog/2015/07/30/boxed-layout-mode-with-mega-menu/

    Imran
    Spectator
    Posts: 402
    July 30, 2015 at 4:21 pm #19392

    Hi Jhon,

    Thanks for writing in, if you wish to control the alignment of the menu, so you can add the following code under Appearance > Theme Options > Custom CSS:

    .page-title ul {
    text-align: center !important;
    }

    Hope this helps!

    Thanks.

    John Milewski
    Spectator
    Posts: 2
    July 30, 2015 at 9:29 pm #19418

    Thanks for the response! But it doesn’t fix my issue with the mega menu drop down being offset. I added the following CSS and it sort of fixes my issues, but if I change my menu items it needs adjusted.

    #wrapper .t4p-megamenu-wrapper {
    width: 1000px;
    left: -873px !important;
    }

    Is there a better way to achieve what I’m looking for?

    Denzel Chia
    Moderator
    Posts: 2656
    July 31, 2015 at 8:38 am #19431

    Hi,

    In order for the mega menu to automatically adjust it’s position to fit within the boxed layout, I think this could only be achieved by using javascript.

    Sorry, I do not have the required knowledge to come up with a javascript solution.
    Perhaps you will want to contact our service, https://theme4press.com/services/
    My employer will arrange for his javascript developer to give you a quote for the javascript.

    Thanks!