X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Missing Dropdown Box Border? (https://forum.x-cart.com/showthread.php?t=68894)

jo_Z13 03-19-2014 01:58 PM

Missing Dropdown Box Border?
 
I removed the borders from the dialog box and now it seems that the box for the sorting dropdown box has vanished - any ideas how to get the border around the Display Mode form box on this page?

http://www.zadwholesalejewelry.com/best-sellers/

iClerisy 03-21-2014 03:31 AM

Re: Missing Dropdown Box Border?
 
Jo_z13,

It seems that when we select Display Mode as "Page by page", it seems that some css is missing Or some div tag is broken. Hence it display some vanished in dialogue boxed layout.

Now after debugging the code via firebug, it seems that you need to do correction in HTML to display it correctly.

Thanks
Dhvanit

qualiteam 03-28-2014 12:40 AM

Re: Missing Dropdown Box Border?
 
These are the styles which hide the border around the select box:
Code:

div.infs-widget-view-changer span select {
    border: medium none;
    font-size: 11px;
}


Just change it to "border: medium solid" and it should get the border displayed again.

By the way: there is something wrong in how "X items per page" selectbox displayed either - it shows the list bullet for the item and displays the box lower than the list of available pages.


All times are GMT -8. The time now is 09:31 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.