Support Forums for LiveMesh Themes & Plugins › Forums › Enigmatic Theme Support › Text logo not resizing › Reply To: Text logo not resizing
July 22, 2013 at 5:17 am
#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.