How does one set the subcategories listed so they would show up as inline and centered?
see image in case I did not call it right, thanks
How does one set the subcategories listed so they would show up as inline and centered?
see image in case I did not call it right, thanks
In your stylesheet:
#logo, .centerBoxContents, .specialsListBoxContents,
.categoryListBoxContents,
.attribImg {
float:center;
}
Change the center to left.
You may have to break out .categoryListBoxContents into its own statement.
i fooled around and mess around til i couldn't see straight looking for the right one. thank you very much now it looks better.
some of my lower blocks do not want to be showing rows and only show items in columns but that is alright...some i got to behave but not all of them.
again ty