Mobile View - Logo\Header

Discussion in 'ColorWay WordPress Theme' started by rdeshazer, Feb 17, 2015.

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

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Hello,

    I have a logo and contact information as a jpeg image across the header area. The image looks fine via a computer browser, however via a mobile the device the logo image header is very tiny.

    www.irgfirm.com

    Thx
     
  2. praveen

    praveen Support Staff

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

    As this theme is responsive and you are using logo and contact information in the same image.That's why in mobile view it looks tiny.

    We will suggest you to use separate images for logo and contact information.

    Thanks,
    Praveen
     
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    So if i separate the logo from the contact information, how do i get the contact information image in the location that it is in currently?
     
  4. praveen

    praveen Support Staff

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

    Please follow the screenshot given below.
    colorway_contact_image.png

    Now, paste the following css code in custom css section.

    Code:
    .header_contact {
    float: right;
    }
    Thanks
    Praveen
     
  5. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    I added the code and the image. I just need the code to align the information image height with the logo so they are horizontally equal at eye level.
     
  6. praveen

    praveen Support Staff

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

    Use this css code.
    Code:
    .header_contact {
    margin-top: -55px;
    }
    Thanks,
    Praveen
     
  7. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
Thread Status:
Not open for further replies.

Share This Page