mn8101xb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Safari Compatability Search BarO, and the navigation bar moves from CENTER to LEFT, and my colored hovers no longer work…but that is less important to me than the dropped search bar.
Forum: Themes and Templates
In reply to: Stubborn footer paddingSorry, I deleted the code above from my style.css as to not confuse myself later, as I assumed it wasn’t doing anything useful. I inserted it back in again, still not making a difference.
Forum: Themes and Templates
In reply to: Content Wrapper widthOp, got it . Width was set to 65% for some reason. changed back to 100%.
.site-content { float: left; width: 100%; }now back to those pesky hyphenations…
Thank you for your help along the way 🙂
Forum: Themes and Templates
In reply to: Content Wrapper widthI tried deactivating plugins to see if any were affecting my sidebar, but nothing. Most have nothing to do with that area.
I haven’t made any changes to the sidebar besides (below) for my front-page widgets. I deleted the code to see if that would help the original problem, but nothing.
/* Sidebar */ .widget-area .widget { -webkit-hyphens: none; -moz-hyphens: none; hyphens: auto; word-wrap: none; }I even went through and changed all the pages to “Full Template, no sidebar” …nothing.
Forum: Themes and Templates
In reply to: Content narrowed why?Sorry forgot to mention, this is NOT a problem on the front page.
Forum: Fixing WordPress
In reply to: Extra Space where comments whereSilly me, just had to refresh my Cache. All fixed. Thank you!
Forum: Fixing WordPress
In reply to: Extra Space where comments whereThanks, but that didn’t work.
Perhaps I don’t have my child theme set up properly or some other default that’s over-riding it?
I am trying to go through and look at all the padding and margins, but no luck in that one area.