Add Header Info

Discussion in 'BizWay WordPress Theme' started by sweetdzexpress, Oct 20, 2012.

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

    sweetdzexpress New Member

    Joined:
    Oct 17, 2012
    Messages:
    23
    Likes Received:
    2
    Location:
    Arkansas
    Is it possible to add the header details as found in the Blackbird Theme?

    Specifically, how can I add a Tap to call and address on the right side of the header area?

    The Tap To Call is very desirable for the mobile theme view for local businesses.

    The address is also desirable for customers to find the local business.

    site is: http://sweetdzbakery.com/

    Thank you.
     
  2. Nitesh

    Nitesh Support Staff

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

    Each theme have it's own functionality.
    It is not possible to merge features of two different themes.
    You can add a fullwidth banner containing your logo at the left and address/contact details at the right side.
    It will make contact details to display at the top right of your site.
    Tap to call feature is not possible with this theme.

    Thanks.
     
  3. sweetdzexpress

    sweetdzexpress New Member

    Joined:
    Oct 17, 2012
    Messages:
    23
    Likes Received:
    2
    Location:
    Arkansas
    Thank you Nitesh.

    What is the optimal width to use for a banner across the top?

    And will what code should I use to make it center?

    Will this affect the mobile/tablet views adversely?

    Thank you.
     
  4. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    You can use the banner of 930px width, which is the best size to show the logo. And there is no need to center the logo, and to center the image
    Put the following code in custom css

    Appearance -> theme options -> styling options -> custom css

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

    This will solve your problem.

    Thanks.
     
  5. sweetdzexpress

    sweetdzexpress New Member

    Joined:
    Oct 17, 2012
    Messages:
    23
    Likes Received:
    2
    Location:
    Arkansas
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page