このページのテキストには、CSS を使用して再配置できる test の div があります。
http://www.theshowroomonline.co.uk/clothing
<div id="test"><a href="http://www.theshowroomonline.co.uk/product/1980s-stanley-platos-dress">1980′s Stanley Platos Dress</a></div>
<div class="wrapper-price">
<div class="entry-price">
£106.00 </div><!-- entry-price -->
<div class="entry-post-thumbnail">
<a class="tcp_size-medium" href="http://www.theshowroomonline.co.uk/product/1980s-stanley-platos-dress"><img width="200" height="300" src="http://www.theshowroomonline.co.uk/wp-content/uploads/2012/10/stanley-platos-dress-front-200x300.jpg" class="attachment-medium wp-post-image" alt="stanley-platos-dress-front" title="stanley-platos-dress-front" /></a>
</div><!-- .entry-post-thumbnail -->
</div><!-- .wrapper-price -->
#tcp_shortcode_all_clothing #test {
position: relative;
top: 298px;
}
しかし、div が他のページに表示されていないように見えるため、テキストの位置を変更できません。