Downloaded latest version of Blackbird Pro theme. A few issues still remaining.

Discussion in 'BlackBird WordPress Theme' started by vblaes, Dec 4, 2013.

  1. vblaes

    vblaes Member

    Joined:
    Jan 8, 2013
    Messages:
    96
    Likes Received:
    1
    Phone, address and email do not line up (centered) properly on mobile phones. Is there a fix for this?

    I figured out how to add the Google Plus icon from instructions previously posted but the option does not appear in the Social Icons area. Is there a way to make this show up so I don't have to go in and edit in the the footer file should I have a change in the future?

    Thanks.
     
  2. Piyush

    Piyush Support Staff

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

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    @media only screen and (max-width: 767px){
    .header-info {
    padding-right: 0px;
    }}
     
    @media only screen and (max-width: 480px){
    .header-info {
    margin-left: 0px;
    }}
    This will solve the alignment issue of phone, address and email.

    It required customization in 2 to 3 files to add option for extra social media icon in the theme option,
    so it is not possible for us to provide the customization to that extent.
     

Share This Page