binbin4649 / bbm

0 stars 3 forks source link

Move to the right side of the image. #123

Closed binbin4649 closed 10 years ago

binbin4649 commented 10 years ago

1) Please access. http://bookbookmaker.com/books/42

2) switch to the smartphone user agent.

3) Click on the numbers 20140905-2

4) Move to the right side of the image. 08de4e1db699cb54c59c8db5429e7c9e

Please tell me the code.

sudhirstiwari commented 10 years ago

Hi,

I can see the page but in smartphone the click is not working for me.

Generally we we have to use media in css and float the div tag to right.

.classname(@columns) { @media (min-width: @screen-sm-min) { float:right; } }

Kind Regards Sudhir