Hi Elisa, I suggest to use a Custom CSS plugin or create a child theme, then add the following code:
.hentry img{
display: block;
}
hey 🙂
thank you for your help!!
so this is the code of my post concerning the image:
<p class=”p1″><span class=”s1″><img class=align=”center” src=”http://elisakluever.com/wp-content/uploads/2014/08/IMG_94031-300×224.jpg” alt=”IMG_9403″ width=”300″ height=”224″ /></span></p>
and then this is the first line of text after the image:
<p class=”p1″><span class=”s1″>I’d like to give you a really clear blog post right now.
where would i insert that code??
i guess a child theme would be great, so the changes around the image alignment don’t get ‘updated away’, but i don’t think i know enough?
many thanks!
Your theme, Manifest, doesn’t include the default WordPress image classes. So, as @respectyoda has pointed out, you need to add some CSS by using either a Custom CSS plugin or a child theme. The custom plugin is probably going to be the easiest route.
You can find your required classes here:
http://codex.wordpress.org/Styling_Images_in_Posts_and_Pages
Add the top block of code to the Custom CSS plugin edit page.
As for your p1 and s1 classes, you don’t seem to have any accompanying rules in your stylesheet, so they’re not doing anything. You may as well remove them.
okay great, now where exactly do i add that code?
i’m sorry, i really don’t speak html at all, i just started to figure the tiniest bits out by looking back and forth between different texts…
Navigate to the plugin page in the backend and you should see the page to add custom CSS code in which you can copy and paste my code.
you can add new CSS for example by using a ‘custom CSS’ plugin;
http://wordpress.org/plugins/search.php?q=custom+css
your theme seems to be missing some standard image alignment styles – review http://codex.wordpress.org/Wrapping_Text_Around_Images
whoaaaa, it worked!
took me a long while to figure out where to install which plug in and then where to go to actually add the css, but it worked and i’m happy!
thank you so much!!
You are welcome, Elisa! 🙂