I have a question: how can i set 2 or more column in a category view?

Now, i can't. i don't know if is it a javascript's issue or other.
Let me know pls
Greetings



Did you check it with an Joomla! Standard Template (e.g. Protostar) for testing?Now, i can't. i don't know if is it a javascript's issue or other.




If the URL would not be OFF, we could have a look on itduffy wrote:I did the test and it worked properly .
The problem with my template then . Any idea how can I fix it? greetings

christine wrote:If the URL would not be OFF, we could have a look on itduffy wrote:I did the test and it worked properly .
The problem with my template then . Any idea how can I fix it? greetings![]()
It depends on template, template J3? bootstrap? CSS amendments? etc.
Kind regards, Christine

add blue one.#phocagallery *, #phocagallery *::before, #phocagallery *::after {
box-sizing: content-box !important;
display: inline-flex;
}


Code: Select all
.pg-csv-box {
height: 100px;
width: 100px;
}Code: Select all
.pg-csv-box {
width: 200px !important;
}