Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Simple Code Question Reply To: Simple Code Question

#189279
Tevans67
Participant

Paulie D Thanks for your response, I will try and help you help me as much as I can. I am working on the site locally so I cannot give you a link I am sorry. I am not familiar with CSS commands, so I thought maybe it was a simple as a one word command like it is presently using the word ” inline”. This is the code for that line

j2store-filters-selection{
display: inline ;
width: 60%;

I am figuring the (display: inline;) makes all the products lay down a row one by one on top of each other. I would like it to lay next to each other say 4×4. Four across then go to next line and list then next 4. Hope that helps.