Skip to content Skip to sidebar Skip to footer

Trying To Make Buttons Float Right, But It Doesn't Work

I have modified and installed this script (http://www.webcodo.net/grid-list-view-with-jquery-category-filter-cookie-support/#.Umiv7XCnpPE) on this page here -- http://www.helpmyedu

Solution 1:

Put a div enclosing the buttons which floats to right, instead of buttons floating to right by themselves.

Eg:

<div style="float:right">
  <div class="buy-ico" style="float:none"></div>
  <div class="buy-ico" style="float:none"></div>
</div>

Post a Comment for "Trying To Make Buttons Float Right, But It Doesn't Work"