I have a responsive online auction site with each item set up as a series of divs within a wrapper div. Each item div looks as follows:
<div id="item_block54510" style="display: inline-block; margin: 6px; background-color: #fff; width: 296px; border-bottom: 1pt solid; font-size: 12pt;">
If someone is outbid, they are sent an email with a link to go back to this item so they can increase their bid, which looks like this:
domain/online_sale_page.php?cid=1873#item_block54510
However, when the link is clicked on in the email, the website does not scroll to that item. It goes to items near there but not to that item. Any suggestions?