Wanting 2nd Image to Right in Header Logo area

Discussion in 'BizWay WordPress Theme' started by jrundle, Jan 4, 2015.

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

    jrundle Member

    Joined:
    Dec 28, 2011
    Messages:
    33
    Likes Received:
    2
    Hi

    I am wanting another Image and link to the right in the Header Area (Logo) - see screenshot.

    How can I do this?

    Thanks for your help

    Janet
     

    Attached Files:

    dmedia likes this.
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Janet,

    Please follow the steps in the screenshot given below.

    logo_right_top.png

    Write the code given in (4) into the file header.php (3) and update it(6).

    Now, follow the next screenshot and write custom css.
    Code:
    a.logo_right {
    float: right;
    }
    NOTE : You can adjust the size of image by writing height and width property in image tag.

    css_logo.png

    Thanks
    Praveen
     
    dmedia likes this.
  3. jrundle

    jrundle Member

    Joined:
    Dec 28, 2011
    Messages:
    33
    Likes Received:
    2
    Thank you for that - it worked great.

    Once again many thanks

    Janet
     
    dmedia likes this.
Thread Status:
Not open for further replies.

Share This Page