Reply To: Text logo not resizing

#1199
livemesh
Keymaster

Hi,

It is happening because the logo width that you have specified is too big (500px). Please change the width to 270px in the theme options. If that doesn’t help, please paste the following code in the custom css tab of the theme optons

#site-title a {
width: 270px;
}

Thanks.