Hi, I have two websites (one offshoots the other) and have somehow ended up with different viewing sizes of the whole website. www.slkservices.co.uk is the size I want www.slkdevelopments.co.uk seems larger and takes up too much room on the screen. Sorry I'm not very good at describing it, but for example the logo is bigger and more zoomed in at www.slkdevelopments.co.uk as is the width of the webpage. Is almost as if the viewing percentage is higher? Where can I change this so it matches www.slkservices.co.uk Thank you Suhayla [email protected]
Hello, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard : Code: .header .logo img{ width: 50%; } .header .header_info img{ width: 61%; } Hope it will solve your issue.