make menubar one line

Discussion in 'Traffica WordPress Theme' started by devsmum, Feb 10, 2015.

  1. devsmum

    devsmum New Member

    Joined:
    Feb 9, 2015
    Messages:
    5
    Likes Received:
    0
    Hi there

    How do I get the menubar at the top of the page to fit onto one line? at the moment I have Home, About us, Contact us, Gallery, Services and Customer Testimonial pages.

    The Customer Testimonials page is sitting under Services. I would like them all to be one one line.... how do I do this please?

    if you need to see what I mean, the website is: www.allaboutfloors.co.nz

    Thanks
    Anne
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey Anne,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    ul.ddsmoothmenu li {
    margin-left: -5px !important;
    }
    Thanks,
    Praveen
     

Share This Page