Osclass forums
Support forums => Themes => Real Estate => Topic started by: Rudy1978 on August 14, 2015, 02:34:47 am
-
Hi,
I try already everything but don't get out of it!
How to move this text down in corner?
Hope someone can help!
Thanks
-
Maybe this helps:
http://stackoverflow.com/questions/526035/html-css-positioning-float-bottom (http://stackoverflow.com/questions/526035/html-css-positioning-float-bottom)
Regards,
Eric
-
Some extra help Please
Where i need to add?
<div class="info">
<div>
<h3><a href="<?php echo osc_item_url() ; ?>"><?php if(strlen(osc_item_title()) > 60){ echo substr(osc_item_title(), 0, 55).'...'; } else { echo osc_item_title(); } ?></a></h3>
</div>
<div class="data"><?php item_realestate_attributes(); ?>
</div>
<div class="author">
<?php echo osc_format_date(osc_item_pub_date()); ?><br />
<?php echo osc_item_city(); ?> (<?php echo osc_item_region();?>)
</div>
</div>
</div>
<?php } ?>
<div class="clear"></div>
<?php View::newInstance()->_erase('items') ;
} ?>
</div>
<?php if( osc_count_latest_items() == osc_max_latest_items() ) { ?>
<div class="pagination-box">
<a href="<?php echo osc_search_show_all_url();?>" class="ui-button ui-button-grey"><?php _e("See all offers", 'realestate'); ?> »</a></p>
</div>
<?php } ?>
</div>
<?php osc_current_web_theme_path('footer.php') ; ?>
Thanks