Hi I am trying to find correct size for logo, the site says 200px width x 50px height which is tiny for logo, am i to make logo 200px width x 50px height or is there a standard size and site will adjust? Thanks,
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .header_wrapper .logo img { max-width: 400px; max-height: 175px; } Now, you can use the image of width 400 px and height 175 px. This will solve your issue.