Image alignment issue in Artisteer


Author Message
Martin

Posted: 9/26/2009
Quote message 

I was just playing around with Artisteer and pressing the "Suggest design" button when I came across a weird problem (see screenshot below)



as you can see the image of the boat floats over the right border of the article section. I tried it in WordPress itself and indeed the image isn't being cut off (like in other Artisteer WordPress templates) but just floats over the border edge.
 
Martin

Posted: 9/26/2009
Quote message 

By accident I just found another example of this issue


 
Martin

Posted: 9/26/2009
Quote message 

This seems to happen as soon as the layout is made up of three columns and the column width exceeds the 24% or the layout is made up of 2 columns and the column width exceeds 48%.
 
Garry

Posted: 9/26/2009
Quote message 

Your image is of big size than your containing div. You are seeing it aligned on right side because of margin set in following styling rule:

.art-article img, img.art-article
{
border:1px solid #B7A971;
margin:1em;
}
 
Martin

Posted: 9/28/2009
Quote message 

I am not seeing your point:-/. Normally in every other WordPress template the image is cut of no matter what size it is. So why not in these instances?

Artisteer should just have the template cut the image of like it does with other templates.

Only the templates that have a layout made up of three columns and the column width exceeds the 24% or the layout is made up of 2 columns and the column width exceeds 48% and the shape that is choosen in the "Articles" part is one with a border (the shape on the right hand side).