- Posts: 52
- Thank you received: 5
Category side menu items appearing two in one line
As you can see in the photo there are some item menus that are appearing in the same line live site is at shop.e-exelixi.gr
mabybe its a langueage problem? sorry guys but i dont how to fix that

thnx
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Tried it also with ff,chrome,ie,safari,opera...
The only way that i could apply and "fix" that is to enable the option "Show the number of products" to Yes heres my screen-shot
but it dont really like/want it to be like that.
I understand that you probably have a lot on your mind so please take your time thanks again for the support.
PS The updated version is on my localhost atm is that a problem? Should i upload it live for you to take a look ?
Please Log in or Create an account to join the conversation.
I decided that it wouldn't mind me to leave the "Show the number of products" to Yes but as i created some products now i don't see the "(0)" becoming (the number of my products) insted it stays the same... why is that?
EDIT :
Hi and sorry i didn't explained that very well, the problem is that in a sub,sub category the product number isn't displayed . In a simple sub category it works fine.
You can see my problem in my site in the "Category1>SubCatergory1>Subcategory2"
thanks again.
Please Log in or Create an account to join the conversation.
However, for the names being on the same line, you can remove the code:
.hikashop_category_list_item, .hikashop_product_list_item {
float: left;
}
from the front end CSS file of HikaShop that you can edit via the Display tab of the configuration.
Please Log in or Create an account to join the conversation.
Just noticed something (probably stupid thing but just asking...)
In your code you have
in my code i didn't had the space between those items
Could this be the error ? :huh:
Again thank you very much for the support!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
nicolas wrote: It's jsut that you didn't had the latest version of the CSS file. Don't worry
Hmm can you explain how did this happen; and is that going to be a problem in the future ?
Please Log in or Create an account to join the conversation.
It's not a problem but the opposite. Without that system, each time you update, you would have to redo all your CSS changes. With it, you don't see the changes and you can safely update. But the downside is that you don't get the CSS modifications for new features, if you ever want to use them.
Please Log in or Create an account to join the conversation.
not intentionally at least... and i would like to get the CSS modifications for new features, how can i go back to the default ? Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I believe that the default option was changed after i did the modification you suggested, (I did the same modification again and it created a new file costume2).
Left it with the default now and as you can see the problem persists.
EDIT
Anyhow i removed manually from the file frontend_default.ccs , now it works, hopefully i'm not gonna have any more trouble with this and i believe new updates will be working too if there are any right?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.