Need Menu all on one line

Discussion in 'ColorWay WordPress Theme' started by surfdog, Jun 5, 2014.

  1. surfdog

    surfdog New Member

    Joined:
    Mar 19, 2012
    Messages:
    16
    Likes Received:
    0
    Hello my website is: http://pawsfurpinksd.com

    I would like to have my menu all on one page. I read a few things posted on these forums and tried them, but they do not work. See menu defaults to two lines. Can we remove some of the horizontal padding somehow and make it go on one line only?

    Thank you, Lisa Screen Shot 2014-06-04 at 5.14.10 PM.png
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu li {
    margin-right: 9px;
    }
    #menu li a {
    font-size: 13px;
    }
     
    Thanks & Regards
    Gourav Shrivastava
     
  3. surfdog

    surfdog New Member

    Joined:
    Mar 19, 2012
    Messages:
    16
    Likes Received:
    0
    Thank you - that worked! Now, how do I get the mobile site to show up correctly?? image.png
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    We have visited your website the problem is occurring due to any one of the plugin you are using, Deactivate all plugins one by one and checkout which plugin creating this problem.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page