-
AuthorPosts
-
October 15, 2015 at 6:22 pm #519477
Hi there,
I’ve got a blog post which is also an important feature page – you can see it live at
http://www.dominiquehurley.com/introducing-the-12-universal-laws-enter-the-mandala/Both in my editor and in the window on my Mac at regular size, the 2 last photos of the series aren’t aligning left beside each other like the rest. If I reduce teh window, they’ll line up 2 by 2, for example, but they aren’t doing that at normal size or even in the Editor. I’ve tried looking at the Text view (not a technophobe) and everything looks standard for all 11 photos in the series. Can you see what’s wrong?
Here are the 2 screen shots of what I see and below is admin info.
https://www.dropbox.com/s/natxvzeqzg4wvup/Screen%20Shot%202015-10-15%20at%201.44.48%20PM.png?dl=0https://www.dropbox.com/s/4skid362xwaucnz/Screen%20Shot%202015-10-15%20at%201.46.18%20PM.png?dl=0
ThanksOctober 15, 2015 at 7:16 pm #519499Hey dominiquehurley!
It’s because the yellow image caption is on two lines. You can add this to a codeblock element in the page as a type of workaround.
<style type = "text/css"> .wp-caption.alignleft { min-height: 250px; } </style>
Best regards,
ElliottOctober 15, 2015 at 7:24 pm #519502Your explanation makes total sense. Thanks. I’m not familiar with “a codeblock element in the page”. Where is that? Thanks.
October 15, 2015 at 7:24 pm #519503Or could we enter a hard return for an extra space after that whole line? I’m not sure the code or where to put it.
October 15, 2015 at 7:45 pm #519520Hi!
If your using the advanced layout editor then the codeblock element should be in the “Content Elements” tab. If your using the default editor then just switch to the text editor instead of visual editor and paste it inside.
Cheers!
ElliottOctober 16, 2015 at 12:06 am #519631I’m using the default editor for that page. Once I switch to text editor, where exactly do I put in that code? After the code for the yellow picture? Sorry, not techy. The more details the better, but I’m learning so much thanks to your amazing tech team.
October 16, 2015 at 7:21 pm #520256Hey!
Anywhere will work in the text editor.
Best regards,
ElliottOctober 16, 2015 at 7:27 pm #520258Fantastic! It worked. Thank you. Resolved.
October 17, 2015 at 7:20 am #520369 -
AuthorPosts
- The topic ‘Formatting irregularity – can you see what's wrong?’ is closed to new replies.