Make sure the content inside a shortcode is surrounded with two blank lines. Then you can just select the text and center it with the center button.
Like so:
[one_half]
center this text
[/one_half][one_half_last]
center this text
[/one_half_last]
This is because TinyMCE will add a “style=text-align: center” property to the text paragraph elements.
Excellent! That did the trick. Many thanks Tobias.
Hartelijk dank uit Woerden!
I am unable to get the additional short codes from a plugin to center in side the column. The fist column works just fine as per your instructions. But the 2nd column with the lightbox code is not working.
Any suggestions please?
[one_half]
<p style=”text-align: center;”><img class=”alignnone size-full wp-image-392″ alt=”cover_Pollution” src=”http://localhost:8888/OAS_Wordpress_Site/wp-content/uploads/2014/02/cover_Pollution.jpg” width=”300″ height=”194″ />
view e-zine</p>
[/one_half][one_half_last]
[video_lightbox_youtube video_id=DjvXPKije7k&rel=0 width=640 height=480 auto_thumb=”1″]
[video_lightbox_youtube video_id=DjvXPKije7k&rel=0 width=640 height=480 anchor=”view film”]
[/one_half_last]
I’ve tried this but it didn’t work:
[one_half]
<p style=”text-align: center;”><img class=”alignnone size-full wp-image-392″ alt=”cover_Pollution” src=”http://localhost:8888/OAS_Wordpress_Site/wp-content/uploads/2014/02/cover_Pollution.jpg” width=”300″ height=”194″ />
view e-zine</p>
[/one_half][one_half_last]
<p style=”text-align: center;”>[video_lightbox_youtube video_id=DjvXPKije7k&rel=0 width=640 height=480 auto_thumb=”1″]
[video_lightbox_youtube video_id=DjvXPKije7k&rel=0 width=640 height=480 anchor=”view film”]</p>
[/one_half_last]
I also tried this and it didn’t work:
The 2nd half just doesn’t want to center inside the column for me.
[one_half]
<p style=”text-align: center;”><img class=”alignnone size-full wp-image-392″ alt=”cover_Pollution” src=”http://localhost:8888/OAS_Wordpress_Site/wp-content/uploads/2014/02/cover_Pollution.jpg” width=”300″ height=”194″ />
view e-zine</p>
[/one_half][one_half_last]
<p style=”text-align: center;”>[video_lightbox_youtube video_id=DjvXPKije7k&rel=0 width=640 height=480 auto_thumb=”1″]
[video_lightbox_youtube video_id=DjvXPKije7k&rel=0 width=640 height=480 anchor=”view film”]</p>
[/one_half_last]
FIXED IT!!!
[one_half]
<p style=”text-align: center;”><img class=”alignnone size-full wp-image-392″ alt=”cover_Pollution” src=”http://localhost:8888/OAS_Wordpress_Site/wp-content/uploads/2014/02/cover_Pollution.jpg” width=”300″ height=”194″ />
view e-zine</p>
[/one_half][one_half_last]
<center>[video_lightbox_youtube video_id=DjvXPKije7k&rel=0 width=640 height=480 auto_thumb=”1″]</center><center>[video_lightbox_youtube video_id=DjvXPKije7k&rel=0 width=640 height=480 anchor=”view film”]</center>
[/one_half_last]