cbeaman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Center Page on screen CSSresolved!
Forum: Fixing WordPress
In reply to: Center Page on screen CSSThanks Jakedohm, really appreciate it!
Forum: Fixing WordPress
In reply to: Having trouble removing Margin below TitleYes, RossMitchell, I am using Firebug to look at the css, but couldn’t see what was accounting for the added space, no margins or padding claimed the area…
Forum: Fixing WordPress
In reply to: Having trouble removing Margin below TitleOk, I seem to have found the source of the problem. The images in those 3 posts were aligned “left”, and this alignment was creating a space… not exactly sure why, but changing the alignment to “none” or “center” fixes the issue
Forum: Fixing WordPress
In reply to: Having trouble removing Margin below TitleIt apparently is an issue only with the last three posts that I have created… This is confusing.
Forum: Fixing WordPress
In reply to: Having trouble removing Margin below Titlethank you for your help…
However, if you scroll down on the site a few posts, the images will overlap the title there?
What is happening?? Strange…
Any ideas?
Forum: Fixing WordPress
In reply to: How do I remove Zemanta link from Related Posts PluginThanks! that fixed it!
Forum: Fixing WordPress
In reply to: How to fix this PHP code to prevent my site from crashing?Thank you! That worked perfectly!
I look into debugging in WordPress. That is something I’ve never done, but I should!
Thanks!
Forum: Fixing WordPress
In reply to: How to change the margins of Widget Title?Yes, exactly, thanks!
Forum: Fixing WordPress
In reply to: How to change the margins of Widget Title?I just realized I put the css under @media, and it wasn’t reading it.
I move it and it seems to be working!
Thanks a lot!
Forum: Fixing WordPress
In reply to: How to change the margins of Widget Title?hmm, ok, that makes complete sense.
However, I added this code to the style.css and nothing seemed to happen??
.widget-area .widget h3.widget-title { margin-bottom: 18px; margin-bottom: 1.2857rem; color: green; }
Forum: Fixing WordPress
In reply to: How to Remove Padding from Like Box?I see the padding being created here: <div class=”clearfix pam” style=”height: 73px”>
as .pam {
padding: 10px;
}but I can’t figure out where to delete bit of code from??
I can’t override it in my style.css, and I can’t find the pam class in the plugin?
Forum: Fixing WordPress
In reply to: Strange WP Home ScreenSee above for solution
Forum: Fixing WordPress
In reply to: How to Remove Padding from Like Box?Thanks for any help you are willing to give!
Forum: Fixing WordPress
In reply to: How to place one image on top of another?VERY STRANGE… Cache is cleared, I have it set at -195px. I cannot even see that that image on the screen?