Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I am not sure whether you are looking for</p> <ol> <li>A Quick Fix via Wordpress Editor using the caption and html code</li> <li>A Quick Fix via Wordpress html Editor recreating the caption code by hand</li> <li>A Permanent fix via the functions.php file and the add_shortcode() in wp-includes/media.php</li> <li>A Permanent Fix via CSS which might affect all captions.</li> </ol> <p>I am giving 1 keeping your code as untouched as possible</p> <pre><code>&lt;div style="text-align:center;"&gt; // This should align the entire block [it worked for me at least] &lt;div style="display:inline-block;"&gt; &lt;div style="float:left;"&gt; // Takes care of the centering down the middle [caption align="aligncenter" width="150" caption="Protein rest"] &lt;a href="http://www.mysite.com/wp-content/uploads/2008/06/protein-rest.jpg"&gt; &lt;img title="Mash during protein rest" src="http://www.mysite.com/wp-content/uploads/2008/06/protein-rest-150x144.jpg" alt="Mash during protein rest" width="150" height="144" /&gt; &lt;/a&gt;[/caption] //Your caption code above with alignnone changed to aligncenter &lt;/div&gt; &lt;div style="float:left;"&gt; [caption align="aligncenter" width="143" caption="Saccharification rest" captionalign="center"] &lt;a href="http://www.mysite.com/wp-content/uploads/2008/06/saccharification-rest.jpg"&gt; &lt;img title="Mash during saccharification rest" src="http://www.mysite.com/wp-content/uploads/2008/06/saccharification-rest-143x150.jpg" alt="Mash during saccharification rest" width="143" height="150" /&gt; &lt;/a&gt;[/caption] &lt;/div&gt; &lt;/div&gt; // End the Block Div &lt;/div&gt; // End the Center Div </code></pre> <p>[EDIT : Just saw you answered yourself -.- posting anyway :D]</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload