Answer the question
In order to leave comments, you need to log in
How to get to content markup in joomla?
Guys, I really need your help!
I can't figure out how to change the class of a div to change the product's markup file.
alkokuban.ru/suvenirniy-konyak
I need to align subcategories and products in the center, but I don't know how. I never had to work with joomla before, so these are the difficulties.
Answer the question
In order to leave comments, you need to log in
Add to
styles alkokuban.ru/templates/ot_paradise/css/preset-style...
.browse-view .row {
text-align: center;
}
.product.floatleft.width33 {
display: inline-block;
float: none;
}
.width80.floatleft.center {
float: none;
}
.width120.floatright {
float: none;
}
As one of the options, you can find the file in which the information output logic is located. For example, when I don’t know what is where, I copy the name of the class that I need and look for it in the files of the system itself.
In theory, the logic file can be in the "components", "modules" folder or in your template "templates/[your template name]/html".
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question