Move logo up & extend main navigation

Discussion in 'Andrina WordPress Theme' started by deveshd, Sep 11, 2013.

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

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    How can I move the logo little up and extend the top menu so that the contact and login buttons can come in the same line of the menu?
    URL:webworxworld.com/client-demo
    Screen shot 2013-09-10 at 6.56.05 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 li a{
    padding:1px;
    }
    This will solve your issue.
     
  3. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Hi Gourav: that worked but squeezed all the items too much (see screenshot below), specially the ones with drop down arrow... is there any way, we can move the main nav to start from little more left so that there's enough space between each item on nav? See below:
    Screen shot 2013-09-11 at 1.25.22 PM.png
     
  4. Gourav

    Gourav Support Staff

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

    Go to header.php present in your theme directory and follow the instruction as shown in image given below

    2013-09-12_1125.png



    This will solve your issue.
     
  5. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    My dropdown arrows are still pretty down so it would be good to see them in same level though... Any solution?
     
  6. Gourav

    Gourav Support Staff

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

    Hello,

    Do let us know your website link.
     
  7. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    URL:webworxworld.com/client-demo
     
  8. 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:
    .downarrowclass {
    top: 12px;
    }
     
  9. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Works! Thanks!
     
Thread Status:
Not open for further replies.

Share This Page