magicman12345
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Menu Font SizeDidn’t realize I needed to go through my host, not the WordPress, but I got it now. Thank you so much!!!
Forum: Fixing WordPress
In reply to: Menu Font SizeI appreciate you responding but I am not able to find the superfish.css. I’ve looked in the editor and all the templates but I do not see this. Do you recommend a way to access it?
Forum: Fixing WordPress
In reply to: Twitter and WordPressYea, I just changed servers and am having a problem with the migration. If you can check back again in maybe a few hours I’d appreciate it. Thanks
Forum: Fixing WordPress
In reply to: Update not workingI appreciate you responding: Do you think the fact that I haven’t yet updated the software is the reason why my LayerSliderWP is not loading? See my homepage (www.alazarus)….slides aren’t loading. Thank you so much.
Forum: Plugins
In reply to: [Contact Form 7] Shrink SizeThank you SO much, I really appreciate your help!
Forum: Plugins
In reply to: [Contact Form 7] Shrink SizeI apologize! I got it to work, by just moving the code around a bit, might you know how to center the contact form in the middle of the page? I was able to center the text on the page below it but when I do the same thing with the form it stays left. The code I have is below. How can I center the form in the middle of the page?
<h3 style=”text-align: center;”>Contact Adam</h3>
<p style=”text-align: center;”>[contact-form-7 id=”1627″ title=”Contact form 1″]</p>Forum: Plugins
In reply to: [Contact Form 7] Shrink SizeAgain, I appreciate your response but that didn’t seem to change the size at all.
Forum: Plugins
In reply to: [Contact Form 7] Shrink SizeI appreciate your help but I don’t think I was able to make it work. This is the only code I found regarding contact form in my css. I tried reducing the width but it didn’t alter it. See below.
/*— contact form 7 —*/
.wpcf7 input[type=”text”], .wpcf7 input[type=”email”],
.wpcf7 input[type=”password”], .wpcf7 textarea { padding: 19px 15px; width: 100%;}
.wpcf7 span.wpcf7-form-control-wrap {display: block; padding-right: 30px; margin-top: 7px; }Thanks again.
Forum: Plugins
In reply to: [Contact Form 7] Shrink SizeDo you know where I can find and/or edit this code? Thank you so very much.
Forum: Fixing WordPress
In reply to: Social MediaFortunately I was able to find the info on correcting it, thanks so much for writing me back!
Forum: Fixing WordPress
In reply to: Widget Above bannerI’m sorry, I looked at the line but couldn’t see how to look over those “markup errors” you mentioned. Can you point me in the right direction? Thanks.
Forum: Fixing WordPress
In reply to: CalendarThank you, the site is http://www.alazarus.com. It’s located on the right c orner of the menu/nav bar.
Forum: Fixing WordPress
In reply to: Background of Table ColorThanks, but I don’t think it worked: Should it read like this?
<table id=”home-bottom” width=”100%” border=”0″ cellspacing=”10″ cellpadding=”10″ background-color:#B2DFEE”>
<tbody>
<tr>
<td class=”third” valign=”top” width=”30%”>
<h1 style=”text-align: center;”><span style=”color: #000000;”>About Me</span></h1>
<p style=”text-align: justify;”>Hi!”
</td>Sorry for my code ignorance.