jennybhatt
Forum Replies Created
-
I’ll add to this request. I’m not sure where to add this particular line either and don’t want to mess up the current settings of the GA for WordPress plugin.
Has anyone cracked this one yet?
Forum: Fixing WordPress
In reply to: Aligning button and input box inlineThank you, wpfan1000 and graphical_force.
I tried the last option from wpfan1000 of adding the following to my custom css:
#optin2 .clear { clear: none; }That seems to have done the trick.
But, I’m going to save the other option from you, graphical_force, just in case I need it.
Thank you both so much for the help. I can’t believe that I spent the entire morning on this.
Forum: Themes and Templates
In reply to: [Gridiculous] Remove empty space on top of pagesHi, I have the same problem – too much white space above the header image. I tried some custom CSS, but nothing seems to work. Please advise. [Aside: I love this theme. I switched from a paid theme to this and now have it for 2 sites. Thank you. Simple, clean.]
Site: http://freeagenteconomics.com
Custom CSS added as below.
//
#header-img {
padding-top: 0;
margin-top: 0;
}.header-wrap {
margin: 0;
}#site-title {
margin: 0;
line-height: 0;
}#site-description {
margin: 0;
line-height: 0;
}
//