Reduce space between tabs on navigation menu on Andrina

Discussion in 'Andrina WordPress Theme' started by dedieo62, Apr 20, 2015.

Thread Status:
Not open for further replies.
  1. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Hi,

    1-How to reduce with a custom CSS code the space between some tabs on navigation top menu?

    For example,: I would like to reduce space between Accueil and Services; between Visites 360° and Options; and between Options and Constact.

    reduce-space-between-accueil-and-services.JPG


    2-If is not possible only for these tabs, how to reduce with custom CSS code the space between each tabs?

    url: www.dedieonet.fr

    Thanks in advance,
    Dedieo62
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi, Dedieo62!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    div#menu ul li a {
      margin-left: 5px !important;
    }
    Please increase/decrease margin value according to your requirement.

    Thanks,
    Praveen
     
  3. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Hello Praveen,

    This code does not work :-(

    Maybe, there is something wrong in my codes:

    .menu_wrapper {
    margin-left: -60px !important;
    }
    #menu .ddsmoothmenu {
    margin-left: -22px !important;
    float: left;
    }
    Code:
    div#menu ul li a {
      margin-left: 5px !important;
    }
     
    Could you verify what's get wrong please?
     
    Thank you,
    Dedieo62
     
  4. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Sorry,

    all is right...It is perfect. I found what's get wrong...

    Thank you very much Praveen!

    Dedieo62
     
Thread Status:
Not open for further replies.

Share This Page