I have this mock up: www.guestinnation.com/mockup/list.html
As you can see it is a list of images, but I would like to have under each image a line of buttons like this: http://maker.github.io/ratchet/#buttons
Unfortunately the CSS of Ratchet it's quite complicate and it ends up aligning these buttons on the right and (vertically) in the middle of the image... Any guess how to do it?
(I can't really post here all the CSS because it's long... but it's the standard one you download from their website)
--> hotel Guestinnation Map
<ul class="list inset">
<li class="hotelname">
<img id="select" src="images/mufourseasons-b.png" align="center"/>
<p class="hotelname">Four Seasons Hotel - 5*L - 20 m.</p>
<!-- should I put the buttons here??? -->
</li>
<li class="hotelname">
<img id="select" src="images/muarmani-b.png" align="center"/>
<p class="hotelname">Armani Hotel - 5*L - 451 metres</p>
</li>
<li class="hotelname">
<img id="select" src="images/muetdemilan-b.png" align="center"/>
<p class="hotelname">Grand Hotel Et de Milan - 5*</p>
</li>
</ul>