Center Logo, Social Icons, Content Width

Discussion in 'BlackBird WordPress Theme' started by bpurvey, Dec 22, 2013.

  1. bpurvey

    bpurvey New Member

    Joined:
    Dec 12, 2013
    Messages:
    3
    Likes Received:
    0
    I have 2 issues

    1. I want to center my logo on my header
    2. I want to add social icons to my menu bar
    3. Is there any way to make the content section (white section on my site) a little wider.......not full width

    Here is my site:
    www.issl.bm

    Thank you.
     
  2. Piyush

    Piyush Support Staff

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

    1. Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .header .logo {
    text-align: center;
    margin-left: 200px;
    }
     
    @media only screen and (max-width: 767px){
    .header .logo {
    text-align: center;
    margin-left: 0px;
    }
    }
    You can adjust the value of "margin-left" as per your requirement.

    2. Unfortunately there isn't a way to add social icon to the menu bar with our theme unless you custom code something up. Sorry.
    If this isn't something you're able to do then you would need to hire a freelancer for this.

    Or

    You can search plugin for this issue on WordPress.org site.

    You can try Floating Social Media Links plugin for this issue,
    download it from the link given below and install it from the Plugins panel (Plugins ->Add New ->Upload) in your Dashboard.
    http://wordpress.org/plugins/floating-social-media-icon/screenshots/

    3. Could you please explain your issue little more and also specify it with the help of screenshot images that which section you want to change.
     

Share This Page