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.
I found out that this plugin affects the banner. Would you be able to have a look at why? WPSignalTracker Thanks
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?
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.