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
 Technical
 PHP (Unix / Linux / Apache) versions
 Option drop down blocking option text - css issue?
Author « Topic »  

Awesome
Starting Member

25 Posts

Posted - 07/05/2020 :  16:26:20  
I cant figure out what I need to do to fix an issue where the option drop down is blocking the option text on products.php


Is this a css issue?

Thank you in advance for any guidance.

Edited by - Awesome on 07/06/2020 11:08:16

Vince
Administrator

42466 Posts

Posted - 07/06/2020 :  04:16:35  
Hi Awesome
Yes, I think you want those on two lines in the product page. You could add some inline styling in the head of the products.php page, for instance...

<style>
div.optiontext{
float:none;
width:auto;
}
div.option{
float:none;
width:auto;
margin-top:0;
}
</style>

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Awesome
Starting Member

25 Posts

Posted - 07/06/2020 :  11:09:16  
Thanx Vince.

I updated the style.css and it took care of the issue right away!

Have a great day.

Vince
Administrator

42466 Posts

Posted - 07/06/2020 :  11:10:39  
Hi Awesome
If you add this to the style sheet it will make the change for all pages so make sure the product detail page is ok still.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Awesome
Starting Member

25 Posts

Posted - 07/06/2020 :  11:50:06  
Vince,

GOOD catch!

Single option looked sorta good in details page but multiple options (when I added them in) was not so pretty! Issue fixed by changing the product.php file instead of style.css

Thanx again!
  « 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