Will you please tell me which css and where to find the area that will let me change the width and height of the Logo? What is the max size i can have. Thanks, Terry
Hello, Paste the following code in your custom css Appearance -> Theme Options -> Styling Options -> Custom CSS Code: .header .logo img { width: 415px; height: 132px; } you can change the value of width and height as per your requirement. And the maximum size of the image would be 530px x 132px (width: 530px and height: 132px ). This will solve your issue.