Anna
Member
It does it on my iPad, but most likely it is like you guessed that the element is to wide. Can I write in a width constraint somehow? Using the Featured__member tag.
This is the code used for the featured_member tag as I guess you very well know....
	
	
	
		
								This is the code used for the featured_member tag as I guess you very well know....
		Code:
	
	<div class="featured">
    <h3 class="heading">{$lng->main_featured}</h3>
        <div class="left screen1">
          {$featured_member_screenshot}
        </div>
    <a href="{$url}" onclick="out(this,'{$username}');">{$title}</a> - {$description, length=100}
    <br class="cl"/>
</div>
	
				