Okay
  Public Ticket #1849925
MenuBar - Alignment
Closed

Comments

  • teffiti started the conversation

    Three issues

    (1) Issue 1 - For small screen sizes, the menu bar alignment is out of place. It should show all the links perhaps with its size adjusted etc and this should be automatic. This bug does not appear on larger screen sizes. 

    Find photo (1) attached for details.

    (2) Issue 2 - The links in the top menu bar protrude out of the screen. The menu should automatically realign them to a different position so that they dont protrude out.

    Find photo (2) attached for details.

    (3) Issue 3 - 

    The top menu bar

    - If I create a sub menu of depth three. For example

     Products > Floor Covering > Millikan Carpets > Asian > Test
     Products > Floor Covering > Millikan Carpets > Asian > Test1
     Products > Floor Covering > Millikan Carpets > Asian > Test2

    It either:

    a) Doesn't show

    b) Comes unaligned. Same goes for the links on depth 2. 

    Kindly provide a solution to this.

  •  2,009
    Ocean replied

    Hi,

    The problem 1, 2:

    You can easy add custom css code here: http://prntscr.com/gbgjxt

    @media (max-width: 1199px) and (min-width: 993px){
        #mainmenu {letter-spacing: 2px;}
        header #mainmenu a {
            padding-left: 0px;
            padding-right: 0px;
        }
        #mainmenu > li > ul {
            left: inherit;
            right: 0%;
        }
    }
    

    The problem 3:

    I'll fixed and update in the next version.

    Thank you

  • teffiti replied

    Hi,

    Thanks for the reply. When will the next version be released?

  •  2,009
    Ocean replied

    We'll try to update in this month, Thanks