Title: Posts picture alignment
Last modified: August 21, 2016

---

# Posts picture alignment

 *  Resolved [domazone](https://wordpress.org/support/users/domazone/)
 * (@domazone)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/posts-picture-alignment/)
 * Hello,
 * Thank you for great theme 🙂
    I have problem with posts picture alignment. I 
   am using this code: /*Picture settings*/ .round-div{display:none;} .post .tc-
   content {float: right;} .post .tc-thumbnail {float: left;}
 * But pictures still wont align correctly.
    Site: [http://www.energymarket.lt](http://www.energymarket.lt)
   Thanks in advance!

Viewing 12 replies - 1 through 12 (of 12 total)

 *  [tomaja](https://wordpress.org/support/users/tomaja/)
 * (@tomaja)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/posts-picture-alignment/#post-4318991)
 * Hi domazone,
    what you need is this [snippet](http://www.themesandco.com/snippet/movehide-post-images/),
   especially “Move all images to left” or “Move all images to right” parts.
 *  Thread Starter [domazone](https://wordpress.org/support/users/domazone/)
 * (@domazone)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/posts-picture-alignment/#post-4319082)
 * I am using float function, but pictures still wont line up :/ There is small,
   but noticable difference.
 *  [iancaseley](https://wordpress.org/support/users/iancaseley/)
 * (@iancaseley)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/posts-picture-alignment/#post-4319086)
 * Hi Domazone,
 * I can’t help with picture alignment – I know very little about this sort of detail.
   But I am using this theme on a website and I notice you have reduced the scrolling
   banner height. I hope you don’t mind me aking, but how can I do this on my website?
 * Thank you for your time
 * Ian
 *  Thread Starter [domazone](https://wordpress.org/support/users/domazone/)
 * (@domazone)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/posts-picture-alignment/#post-4319087)
 * Just put this code with needed percentage values:
 * /* Adjust the Slider Height */
    #customizr-slider.carousel .item { height: 50%;
   min-height: 50%; line-height: 50%; }
 *  [iancaseley](https://wordpress.org/support/users/iancaseley/)
 * (@iancaseley)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/posts-picture-alignment/#post-4319113)
 * Hi domazone
 * Thank you for this, I really appreciate it
 * Ian
 *  Theme Author [presscustomizr](https://wordpress.org/support/users/nikeo/)
 * (@nikeo)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/posts-picture-alignment/#post-4319125)
 * Hi [@iancaseley](https://wordpress.org/support/users/iancaseley/) can we set 
   this thread as resolved?
    If you have appreciated the help a [review](http://wordpress.org/support/view/theme-reviews/customizr)
   of the theme would be a really appreciated way to say thank you! (you don’t have
   to of course, just if you feel like it! 😉 ) Enjoy the theme
 *  Theme Author [presscustomizr](https://wordpress.org/support/users/nikeo/)
 * (@nikeo)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/posts-picture-alignment/#post-4319126)
 * I just realized that you did review the theme a few days ago! Forget my suggestion
   then and thanks for this great review. Really happy to read that!
    Bests
 *  Thread Starter [domazone](https://wordpress.org/support/users/domazone/)
 * (@domazone)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/posts-picture-alignment/#post-4319168)
 * Nikeo, can You help me with picture alignment? Ian asked for advice, which was
   not the main question.
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/posts-picture-alignment/#post-4319170)
 * You were well & truly hijacked [@domazone](https://wordpress.org/support/users/domazone/)!
 * I can see your problem. Firstly, did you try this [Snippet ](http://www.themesandco.com/snippet/movehide-post-images/)
   which aligns Images to left or right (as they alternate by default). If that 
   doesn’t work, then come back.
 *  Thread Starter [domazone](https://wordpress.org/support/users/domazone/)
 * (@domazone)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/posts-picture-alignment/#post-4319173)
 * Yes, i tried both – left and right.
    If i align pictures to left and text to 
   right, then pictures dont align correnctly. If i align pictures to right and 
   text to left, then text dont align correnctly.
 *  Theme Author [presscustomizr](https://wordpress.org/support/users/nikeo/)
 * (@nikeo)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/posts-picture-alignment/#post-4319177)
 * Oh yes sorry about that [@domazone](https://wordpress.org/support/users/domazone/)!
   
   Here’s a quick snippet that should do the trick. In your style.css, change this
   code :
 *     ```
       .post .tc-thumbnail {
       float: left;
       }
       ```
   
 * to this :
 *     ```
       .post .tc-thumbnail {
       float: left;
       margin-left: 0px;
       }
       ```
   
 * Looking forward to read your feedback on this and hope this will help!
 *  Thread Starter [domazone](https://wordpress.org/support/users/domazone/)
 * (@domazone)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/posts-picture-alignment/#post-4319181)
 * That worked great! Many thanks, i have been struggling with this for a while!

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Posts picture alignment’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

 * 12 replies
 * 5 participants
 * Last reply from: [domazone](https://wordpress.org/support/users/domazone/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/posts-picture-alignment/#post-4319181)
 * Status: resolved