moving main navigation

Discussion in 'Infoway WordPress Theme' started by cjackson, Feb 5, 2014.

  1. cjackson

    cjackson New Member

    Joined:
    May 8, 2012
    Messages:
    24
    Likes Received:
    0
    without going into the PSD files, can I more easily move the main navigation to sit on the same level as the logo - just to the right of the logo?
     
  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 {
    float: right;
    text-align: center;
    margin-top: 0px;
    padding: 11px 0px;
    }
     
    #menu li a{
    float: none; 
    }

    Thanks & Regards
    Gourav Shrivastava
     
  3. cjackson

    cjackson New Member

    Joined:
    May 8, 2012
    Messages:
    24
    Likes Received:
    0
    Unfortunately this did not work to move the navigation up next to the logo, although it moved the navigation elements out towards the right. Any other thoughts/options?
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

Share This Page