Go to Edit Page and try adding some space under Ryan Long and Josh Daskin.
Thanks kaniamea. I tried that — it doesn’t seem to matter how much space I add, nothing changes! Any other suggestions?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
To clarify, where did you add the space? How did you add it, by pressing Return?
In the “Visual” tab I tried adding space by pressing return, yes. Is there another way to do it?
Sorry — and as to the “where”, I added it after a paragraph and before the photo that should be next in the list.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Can you go to the “Text” tab and put a <br /> element in the same place?
Yep, I tried that. I tried to say that in my original post but I just realized that it just broke my text instead of giving me “
” š
It doesn’t seem to matter how many
s I add to the “Text” tab, nothing changes! Any other thoughts?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
After adding the <br /> element, in your Jetpack plugin’s “Edit CSS” option add:
br {
clear: both;
}
Strangely,
br {
clear: both;
}
didn’t do anything, but
`img {
clear: left;
}
got the images to align! Now, how do I get the text to behave…?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
You can’t by clearing the image. Are you sure you added the <br />? It’s not showing up in your HTML
Here’s a snippet of what’s currently between Tyler Kartzinel and Ryan Long:
communities of Anolis lizards.</p>
<br />
<br />
<p style="text-align: left">Ryan Long</p>
<p style="text-align: left"><img class="size-medium wp-image-220 alignleft" alt="206_INL_ELK-2" src="https://pringle.princeton.edu/files/2014/02/206_INL_ELK-21-e1391904817854-300x300.jpg" width="300" height="300" /></p>
Generally speaking,
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Are you using a caching plugin?
The only plugins currently activated are “All in One Favicon” and “WPTouch Pro”.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Instead, see if you can use a plugin to achieve this layout http://ww.wp.xz.cn/plugins/columns/
Unfortunately, the same restrictions that prohibit me from doing the simple thing and editing a php file to make containers also prohibit me from installing more plugins… Any other ideas?