jennifer2010
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove & Add Margin in Twenty Eleven PostsDidn’t work – I don’t think it had an effect on any of the content.
Forum: Fixing WordPress
In reply to: Remove & Add Margin in Twenty Eleven PostsNot resolved yet unfortunately. Still can’t figure out how to add margin to content within the post, so that the text is “indented” so to speak inwards but without affecting the featured image above the post.
Forum: Fixing WordPress
In reply to: Remove & Add Margin in Twenty Eleven PostsOkay found the culprit.
Fix was:
p { margin: 0 0 0 0; }
Forum: Fixing WordPress
In reply to: Remove & Add Margin in Twenty Eleven PostsMy apologies. Here’s the link:
https://www.madchenarsch.de/I figured out problem 1.
I figured out the cause of problem 2, but can’t seem to fix it.
If I have this:
<p style="text-align: center;">[post_thumbnail size="full"]</p> Text area goes here. <a href="https://www.madchenarsch.de/wp-content/uploads/dl12.jpg"><img class="alignright size-full wp-image-5434" style="border-style: initial; border-color: initial; border-image: initial; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 12px; border-width: 0px;" title="dl1" src="https://www.madchenarsch.de/wp-content/uploads/dl12.jpg" alt="" width="303" height="84" /></a>
It will not work.
However, if I have this:
<p style="text-align: center;">[post_thumbnail size="full"] Text area goes here. <a href="https://www.madchenarsch.de/wp-content/uploads/dl12.jpg"><img class="alignright size-full wp-image-5434" style="border-style: initial; border-color: initial; border-image: initial; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 12px; border-width: 0px;" title="dl1" src="https://www.madchenarsch.de/wp-content/uploads/dl12.jpg" alt="" width="303" height="84" /></a>
</p>
It will work.
It’s almost like the text has to be centered along with the image for there to be no margin underneath the featured post, but I do not want the text centered…
And still cannot figure out how to add margin to content within the post.
Forum: Themes and Templates
In reply to: Image margins "Twenty Eleven" themeWonderful advice, went ahead and changed it. Thank you!
Forum: Themes and Templates
In reply to: Image margins "Twenty Eleven" themeSorry, ended up deleting the post and couldn’t edit my original question.
I figured out how to remove the image margins both on regular inserted images and the featured image I’ve been having issues with. The latter of which I believed was solved with this:
.aligncenter, img.aligncenter { clear: both; display: block; margin-left: 0; margin-right: 0; margin-bottom: 0em; }
Forum: Themes and Templates
In reply to: Image margins "Twenty Eleven" themeEdit:
For whatever reason, whenever I center the featured image, it creates the margin on the bottom and top. Any way to have a centered image without the margin?Forum: Themes and Templates
In reply to: Customize Twenty Eleven CSS2) That worked great, thank you for the help!
4) Right before you replied I used this:.one-column #content { margin: 0 3%; width: auto;
Originally was this:
.one-column #content { margin: 0 7.6%; width: auto;
Thank you so much for your help – I appreciate it a lot!
Forum: Themes and Templates
In reply to: Customize Twenty Eleven CSSThank you for the response!
1) Worked perfectly, thank you!
2) I added more text but unfortunately that did not solve the problem. Blog url is https://www.madchenarsch.de
3) Worked perfectly, thank you!
4) This unfortunately did not work. ??Forum: Fixing WordPress
In reply to: Border around postsThanks so much! That partly worked but I’ll figure out the rest.
Forum: Fixing WordPress
In reply to: Showing posts in search resultsWorked like a charm – thanks so much!
Forum: Fixing WordPress
In reply to: Category slug problemYep, that worked!
yourdomain.com/cpanel > phpmyadmin > select your wp database > search > enter slug > select all > open the one’s with matches and find the one where it has your old slug and delete (can’t remember what table it was in) > add category again – fixed. – that’s how I did it.
Thanks for the help Josh!
Forum: Themes and Templates
In reply to: Inserting logo – please helpMy bad, forgot!
Forum: Themes and Templates
In reply to: Inserting logo – please helpThat worked great. Thank you so much!
Forum: Themes and Templates
In reply to: Site Title: UnchangeableLooks like the theme has it’s own theme options. Look on the left sidebar in the admin section or under appearance. Somewhere under settings there will be site title that you’ll probably have to change there as well.