Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 General
 Design issues
 Price and Buy it Now on Product Page
Author « Topic »  

laleirina
Advanced Member

United Kingdom
167 Posts

Pre-sales questions only
(More Details...)

Posted - 09/21/2018 :  04:01:53  
Hi,

A simple one. How do I get the Price and Buy it now button to appear on the same line, rather than on separate lines?

I'm guessing it will have to do with 'float' but I don't know CSS...


Help!

Andy
ECT Moderator

95440 Posts

Posted - 09/21/2018 :  04:14:16  
Hi

You would need to change the width percentages in ectstyle.css like this

div.prodprice{
float:left;
width:65%;
margin:4px 0px;
}

div.addtocart{
float:left;
margin:4px 0px;
width:30%;
}

Andy

Please feel free to review / rate our software
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000