Centre logo

Discussion in 'Regal WordPress Theme' started by blackdog2020liz, Jul 18, 2014.

  1. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Hi, is it possible to centre the logo on the homepage and have the navigation centred underneath the logo?

    Many thanks
    Liz
     
  2. 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

    2014-07-18_1810.png


    now,

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

    Code:
    .logo{
    margin-left:auto;
    margin-right:auto;
    width:30%;
    }
    #menu ul.ddsmoothmenu {
    text-align: center;
    } 
    Adjust "width" as per your requirements.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page