Nav Bar & Logo

Discussion in 'Themia WordPress Theme' started by image2site, Aug 12, 2014.

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

    image2site New Member

    Joined:
    May 12, 2014
    Messages:
    11
    Likes Received:
    0
    Hi,

    I would like to center the Nav Bar and Logo as seen here: http://development.image2site.com/WoodpeckTheme/

    To accomplish what I did I added the following CSS to the styling options. Unfortunatley this offsets the mobile layout. Please provide the proper CSS/header.php code to center the logo and nav bar properly.

    Thank you.

    Logo/Nav Bar CSS used:

    .container_24 .grid_18 {
    width: 710px;
    text-align: center;
    float: none;
    display: inline-block;
    }
    .container_24 .grid_6 {
    width: 945px;
    text-align: center;
    }
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello !

    Use following CSS for it.
    .header .grid_18.omega {
    width: 100%;
    text-align: center;
    }

    .header .grid_6.alpha {
    width: 100%;
    text-align: center;
    }

    This will solve your issue.

    Thanks & Regards
    Yogesh Bhade
     
    image2site likes this.
  3. image2site

    image2site New Member

    Joined:
    May 12, 2014
    Messages:
    11
    Likes Received:
    0
    Great! Thank you for the assist!
     
Thread Status:
Not open for further replies.

Share This Page