
Originally Posted by
procella
It is said that Admin->configuration->Maximum values->categories per row->4
*
Admin->configuration->Images->Sub category image width->your value
This should do it.
But I have set it to 3 and still there is only one category per row!?
I have asked before a few times but no answer.
Can someone help me with this?
I would like to have 3 categories per row. tried with image width 5px it didnt help.
Hi Procella,
What you are trying to do, I have faced the same problem, but like most of the formatting of website design it is also controlled by stylesheet.
Just locate #logo in your template's css.
There you will able to see text-align: center;, just delete that. It also controls center box contents, mine works, you see does that solve your issue.
or you can change like this also:
Code:
#logo {
text-align: center;
}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left;
}
~ Time