Tagged: padding change pic size
Hey ThemeHorse:
http://maryclarelindsley.com/
1. If you look at the top banner, I would like to get rid of the padding to the left of the leaves and the padding above and below the leaves.
2. I would like to make the photo taller, can you help me figure that out please?
I am very green at looking at code, so I’ve got the white flag out and asking for assistance.
Thx R
Is there a reason my request hasn’t been answered yet? Seems that most everyone’s posts have been addressed but mine, wondering what’s going on?
Thx
yes, my thoughts to
I got all excited that my question was being answered when I saw the email that there was a response to my question!
Try search”logo padding”bottom posts helped me out…..
@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.