Adriana, Centre Navigation, logo,

Discussion in 'Andrina WordPress Theme' started by supp aoa, Feb 4, 2013.

Thread Status:
Not open for further replies.
  1. supp aoa

    supp aoa New Member

    Joined:
    Sep 14, 2012
    Messages:
    15
    Likes Received:
    0
    I would like to centre the logo in the header of my website then have navigation beneath is this possible. I have tried enlarging the image using the following CSS.

    .header .logo img {
    margin:15px 0 20px 0;
    width: 440px;
    height:auto;

    The image now ends up behind the menu bar. Any advice you could give would be most welcome.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to header.php present in your theme directory and follow the instruction as shown in image given below

    [​IMG]

    Now,

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

    Code:
    .header .logo img{
    margin-left:200px;
    }

    Adjust its value as per your requirements.
     
  3. supp aoa

    supp aoa New Member

    Joined:
    Sep 14, 2012
    Messages:
    15
    Likes Received:
    0
    Gourav,

    Thank you once again for your help on this that worked a treat.
     
Thread Status:
Not open for further replies.

Share This Page