Jim McGill Posted August 27, 2013 Share Posted August 27, 2013 (edited) Hi All, Would appreciate your help on the following. Please see file. I would like "business" to be directly under "Usually" , NOT as seen in the picture. Kindly advise.. Edited August 28, 2013 by vekia (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted August 27, 2013 Share Posted August 27, 2013 is there any chance to check your website with this "availability" status? it will be much easier to find solution Link to comment Share on other sites More sharing options...
Jim McGill Posted August 28, 2013 Author Share Posted August 28, 2013 is there any chance to check your website with this "availability" status? it will be much easier to find solution Ok vekia, will PM you the link as the website is not for the public yet. Link to comment Share on other sites More sharing options...
vekia Posted August 28, 2013 Share Posted August 28, 2013 to the span add styles: width: 105px; display: inline-block; add it to the: #availability_statut #availability_value { background-color: green; color: #ffffff; text-shadow: none; padding: 0 10px; text-transform: uppercase; font-size: 10px; font-weight: bold; display: inline; width: 105px; display: inline-block; } in product.css file located in your theme css dir Link to comment Share on other sites More sharing options...
Jim McGill Posted August 28, 2013 Author Share Posted August 28, 2013 to the span add styles: width: 105px; display: inline-block; add it to the: #availability_statut #availability_value { background-color: green; color: #ffffff; text-shadow: none; padding: 0 10px; text-transform: uppercase; font-size: 10px; font-weight: bold; display: inline; width: 105px; display: inline-block; } in product.css file located in your theme css dir Thanks vekia! It works! But how do I make the Availability line to be on the same level as first sentence of the block, and not at the bottom? Link to comment Share on other sites More sharing options...
vekia Posted August 28, 2013 Share Posted August 28, 2013 try to add also float:right; btw. im going to mark this thread as [solved] but od course we can continue discussion here best regards Link to comment Share on other sites More sharing options...
Jim McGill Posted August 28, 2013 Author Share Posted August 28, 2013 vekia, May I know where to add: float:right; ?????? Link to comment Share on other sites More sharing options...
Jim McGill Posted August 28, 2013 Author Share Posted August 28, 2013 Thanks vekia, I got your point! My immense appreciation to vekia, who is a selfless and dedicated person who expects nothing in return! Link to comment Share on other sites More sharing options...
vekia Posted August 28, 2013 Share Posted August 28, 2013 you have to add it in the same styles as before: #availability_statut #availability_value { background-color: green; color: #ffffff; text-shadow: none; padding: 0 10px; text-transform: uppercase; font-size: 10px; font-weight: bold; display: inline; width: 105px; display: inline-block; float:right; } i suppose that you solved it, right? Link to comment Share on other sites More sharing options...
Jim McGill Posted August 28, 2013 Author Share Posted August 28, 2013 Yes Sir! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now