Infoway-bdollin

Discussion in 'General InkThemes Discussion and Feedback' started by bdollin, Sep 14, 2013.

  1. bdollin

    bdollin New Member

    Joined:
    Dec 9, 2012
    Messages:
    5
    Likes Received:
    0
    How would I add a banner extended across the page in place of the logo?
    Thanks
    Brian
     
  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:
    .logo a img {
    width: 900px;
    }
    You can adjust the value of "width" as per your requirement.
    This will solve your issue.
     
  3. bdollin

    bdollin New Member

    Joined:
    Dec 9, 2012
    Messages:
    5
    Likes Received:
    0
    It was working for a while but now the header banner is half of the page. Any suggestions?
     
  4. Nitesh

    Nitesh Support Staff

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

    Please do let me know your website link.
     
  5. bdollin

    bdollin New Member

    Joined:
    Dec 9, 2012
    Messages:
    5
    Likes Received:
    0
  6. bdollin

    bdollin New Member

    Joined:
    Dec 9, 2012
    Messages:
    5
    Likes Received:
    0
    I found out that this plugin affects the banner. Would you be able to have a look at why?
    WPSignalTracker

    Thanks
     
  7. bdollin

    bdollin New Member

    Joined:
    Dec 9, 2012
    Messages:
    5
    Likes Received:
    0
    Ok, so i disabled the wpsignal tracker plugin and the banner is working great except on an ipad when i view the page in portrait. It goes to half of the width. It works great on landscape but not portrait.
    Can you help?
     
  8. Nitesh

    Nitesh Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    @media only screen and (max-width: 960px) and (min-width: 767px){
    .header .logo img {
    width: 705px;
    }}
    It will make your logo fullwidth in iPad view. But it is not a correct process to adjust image. And your site layout is also looking disturbed.
    So please do let me know you have adjusted layout intentionally or it is a problem.
     

Share This Page