Reduce space between logo and Home tab 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
    Hello,

    Is there a way to reduce the space between the logo and the Home tab with a custom CSS code in Styling Options ?

    My website is www.dedieonet.fr

    I would like have an horizontal menu at the top with 7 tabs instead of six tabs on one line. But, If I want to add a tab (rates = Tarifs), it is positioned below the Home tab (Accueil), which is not very aesthetic.
    dedieonet-with-7-menus.JPG

    I would like have this navigation menu:

    Accueil | Services | 6 Boosters | Visites 360° | Options | Tarifs | Contact

    Thank you for your help,

    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:
    .menu_wrapper {
      margin-left: -60px !important;
    }
    #menu .ddsmoothmenu {
      margin-left: -22px !important;
      float: left;
    }

    Thanks,
    Praveen
     
  3. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Thank you very much Praveen!
     
Thread Status:
Not open for further replies.

Share This Page