mitzanu Posted March 11, 2014 Share Posted March 11, 2014 (edited) Hello, I have a small problem on the product page, as you can see here: http://vanzari-hvac.ro/index.php?id_product=8&controller=product There are 2 banners, one with "2 Ani garantie" and one with "PIF gratuit". I want the second one to be on the same line as the first one. Here is how i want it: http://imgur.com/T07NB05 Can you please help me with this one? thank you! Edited March 11, 2014 by mitzanu (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted March 11, 2014 Share Posted March 11, 2014 product.css line 180 add display:inline-block; float:left; to: #attributes fieldset { padding-bottom: 10px; display:inline-block; float:left; } effect: Link to comment Share on other sites More sharing options...
mitzanu Posted March 11, 2014 Author Share Posted March 11, 2014 Thank you, sir! It did work Link to comment Share on other sites More sharing options...
vekia Posted March 12, 2014 Share Posted March 12, 2014 you're welcome i checked it on several devices and indeed - it works now i see another badge btw. you created these badges on your own? looks very very well Link to comment Share on other sites More sharing options...
mitzanu Posted March 12, 2014 Author Share Posted March 12, 2014 Thank you! Yes, i've added some more And yes, they are made by me. I work as a freelance designer, but my main focus is on presentation websites. This is the first online store that i work with. I can show you my portfolio if you want Link to comment Share on other sites More sharing options...
Recommended Posts