• Closed
  • grgp
    Spectator
    April 15, 2015 at 9:59 pm #16425

    Roman/Team,

    You guys just resolved an issue I had with UberMenu… Thanks 🙂
    https://theme4press.com/support/topic/alora-mobile-menu-and-ubermenu/

    Now that the above part is working (the white box gone), I’ve now realized I can’t optimize the placement of the UberMenu. It takes up another 1/4-1/2″ of space, which is a lot, on a mobile device.

    This occurs when:
    1.) Reducing the width of the browser to trigger the responsive fold

    There is a point where the Responsive Menu (“three lines” Menu) stays on one row/line with the logo.
    However, compressing the width a little more drops the Responsive Menu to another line… even though there is plenty of space for the logo, tag line, and menu to all reside on one row.

    Prior to asking in the forum…
    I’ve tried to find a method within the theme GUI to change the placement… can’t find anything.

    Any thoughts/suggestions?

    Chad

    grgp
    Spectator
    Posts: 22
    April 15, 2015 at 10:00 pm #16426
    This reply has been marked as private.
    Roman
    Spectator
    Posts: 3147
    April 16, 2015 at 3:49 pm #16434

    probably you are looking for this Custom CSS:

    @media only screen and (max-width: 1000px) {
    #header-sticky .logo, #header .logo {
    float: none !important;
    margin: 20px 0 20px !important;
    text-align: center;
    }
    }