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)
-   -   About to lose it and start crying. I swear (https://forum.x-cart.com/showthread.php?t=63044)

dezzarray 03-21-2012 09:43 AM

About to lose it and start crying. I swear
 
2 Attachment(s)
I've posted this once before but I am still at a loss and am about to climb a tower with a rifle and high powered scope.

My page www.baby-land.com displays perfectly in Chrome. Sadly not everyone uses chrome

In Firefox and in IE I have an issue with my subcategories.

All my subcategories display in block form. Just a nice long vertical list instead of displaying inline in horizontal lines of 3.

At the same time I somehow muffed up that, and I have no idea what I did, I pooched the display for my nav pages to list-item which I don't want.

Now when I use Firebug which is awesome for everything usually it is showing me where the code is, but I can't seem to either access or change that code. it's in html css. Where is that? how can I change it.

please can someone kindly explain, point me in a certain direction or pat my head, take my hand and tell me what the hell I am doing?

balinor 03-21-2012 09:47 AM

Re: About to lose it and start crying. I swear
 
Looks like you botched up the 'subcategories' class in main.css, so they aren't floating. Add this back in and see if it fixes it:

span.subcategories {
display: inline-block;
vertical-align: top;
margin: 0 10px;
text-align: center;
padding-bottom: 0;
overflow: hidden;
}

dezzarray 03-21-2012 10:36 AM

Re: About to lose it and start crying. I swear
 
Now I had that line still. But to be safe I deleted and re entered. Nope. it now mocks me and wants to see me beg.

Any other ideas? I'll bake you brownies

cherie 03-21-2012 02:10 PM

Re: About to lose it and start crying. I swear
 
Quote:

Now when I use Firebug which is awesome for everything usually it is showing me where the code is, but I can't seem to either access or change that code. it's in html css. Where is that? how can I change it.
html.css doesn't sound like a standard file. If you hover over the filename on the right it should show a tooltip with the full location of the file.


All times are GMT -8. The time now is 01:03 PM.

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