I
I
iffkomc2015-03-05 09:11:24
PHP
iffkomc, 2015-03-05 09:11:24

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.
334281ad7c1942a1ac0e7c31774fe1d0.PNG

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2015-03-05
@Alexander_Ku

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;
}

D
Dmytro Sytnik, 2015-03-05
@VanArman

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 question

Ask a Question

731 491 924 answers to any question