Home page top right contact details alignment

Discussion in 'BlackBird WordPress Theme' started by panevo, Jun 15, 2013.

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

    panevo New Member

    Joined:
    Jun 8, 2013
    Messages:
    23
    Likes Received:
    0
    How do I change the alignment of the contact details on the top right of the home page?​
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    .header-info {
    margin-top: 10px;
    text-align: left;
    float: right;
    }
    And change it left, right, center according to your requirement.
     
  3. panevo

    panevo New Member

    Joined:
    Jun 8, 2013
    Messages:
    23
    Likes Received:
    0
    Works great thanks!
     
Thread Status:
Not open for further replies.

Share This Page