Relocate Navigation Menu and Increase Logo Size

Discussion in 'Poloray WordPress Theme' started by tmppromo, Dec 27, 2013.

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

    tmppromo New Member

    Joined:
    Dec 27, 2013
    Messages:
    4
    Likes Received:
    0
    I have two situations please.

    1. I would like get the CSS code to relocate my navigation menu for my website. I want the navigation menu to be located underneath the company logo and centered.

    2. I would like get the CSS code for my company logo optimal size to to have a longer width and centered on the page.

    Here is a link to the website: http://panelingplusdesign.com/0002013afc4013/


    Thanks for your help.
     
  2. Piyush

    Piyush Support Staff

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

    It is not possible with the custom css code but you can achieve it by editing the code of header.php file present in the theme directory.
    For this go to the header.php file present in your theme directory and edit the code as instructed in the image given below.

    [​IMG]


    Now,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .logo {
    text-align: center;
    }
    #menu .ddsmoothmenu {
    float: none;
    text-align: center;
    } 
    This will solve your issue.
     
  3. tmppromo

    tmppromo New Member

    Joined:
    Dec 27, 2013
    Messages:
    4
    Likes Received:
    0
    Awesome...

    That is exactly what I want. It works great. Thank your very much. :)
     
Thread Status:
Not open for further replies.

Share This Page