Site icon Catch Themes

Problem with thumbnail after update

Hey, I managed to place thumbnail next to the excerpt, but suddenly after update everything went wrong: the url is: http://txt.tarno.pl and the code: <code> <div id="cont"> <div class="thumbimg"> <div class="col3 post-img"> <a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'simplecatch' ), the_title_attribute( 'echo=0' ) ); ?>"><?php the_post_thumbnail( 'featured' ); ?></a> </div> <!-- .col3 --> </div> <div class="exc"> <?php the_excerpt(); ?> </div> </div> </code> and css: <code> #cont { width: 100% } .thumbimg, .exc { display: inline-block; } .thumbimg { height:120px; width:120px; position:absolute; } .exc { margin-left:145px; min-height:145px; } </code> anything?
Exit mobile version