+ Reply to Thread
Results 1 to 3 of 3

Thread: Justify listing type menus on navigation bar

  1. #1
    Senior Member
    Join Date
    May 2014
    Posts
    182

    Justify listing type menus on navigation bar

    Hi, How can i justify the listing types menu on navigation bar menu.

    Top menu listing type menu should be in justify alignment with equal space between each listing type. Now it was in right alignment. The menu should start next to the location selector without having lots of empty space and it should end before the "post an ad" button.

    Please check the screenshot...
    Attached Images Attached Images

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    Go to css > style.css > find @media screen and (min-width: 992px)

    for .main-menu .menu div add a line:
    Code:
    Only registered members can view the code.

    then in .main-menu .menu a:not(.add-property) remove:
    Code:
    Only registered members can view the code.
    and add:
    Code:
    Only registered members can view the code.

    and also in .main-menu .menu div > a:last-of-type remove:
    Code:
    Only registered members can view the code.

  3. #3
    Senior Member
    Join Date
    May 2014
    Posts
    182
    Thanks Rudi, It works

+ Reply to Thread