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
Forum Search
Google Site Search
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 CSS help with product options
Author « Topic »  

midvalleydrifter001
Ecommerce Template Expert

USA
933 Posts

Posted - 05/21/2021 :  11:31:52  
Hey All,

I need some css help with product options on the following page.

https://www.badmanbullets (DOT) com/OnlineStore/products.php?cat=SliXprings+Gun+Parts+and+Accessories

I would like to position the Option Text on top of the Option choices and left float the Options so they are easier to read.

If you scroll down the page you will see more of the mess this has become.

Thanks,

Patrick

dbdave
ECT Moderator

USA
10409 Posts

Posted - 05/21/2021 :  12:14:26  
Hi Patrick, in ectstylebase.css

for
div.optioncontainer {
display: flex;
align-items: center;
}

I disabled the flex display and then in style.css line 44 I disabled float:left and the option choices dropped down below the option name.

Does that help?
David

midvalleydrifter001
Ecommerce Template Expert

USA
933 Posts

Posted - 05/21/2021 :  13:18:35  
That fixed it.

Thanks David

Patrick

dbdave
ECT Moderator

USA
10409 Posts

Posted - 05/21/2021 :  14:58:10  

Vince
Administrator

42761 Posts

Posted - 05/22/2021 :  02:36:13  
Could I just mention though that if you make a change directly in ectstylebase.css then the problem will occur again when you update as that is one of the updater files. But if you put this in style.css...

div.optioncontainer {
display: block;
}

...then that should be more updater proof. Maybe you did that anyway but just in case and all that.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater
  « 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