November 12, 2013 at 8:31 am
#5080
Sanjip Shah
Participant
@rjbyron10011 In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
#branding .container {
margin: 0 auto;
}
#site-title a img {
vertical-align: top;
height: 250px;
width: 500px;
}
Try this out, you can change the px values to your liking.