Joomla 4 - Override / comjshop_list_product left-aligned

02.02.2023 10:48
#1
karibu
User karibu
Name: Kari
19.06.2014
Posts: 45
Quote
Joomla 4 - Override / comjshop_list_product left-aligned

Good day

Every year again :)

With the Joomla 4 version is of course an override of the JoomShopping Extensions necessary again.

Unfortunately, despite, search, copy, etc., I can not find the exact command, so that it at the tab 'Bastelhefte' the products are listed left-aligned:

Version Jooml 3
negnuja.ch/jo-shop

Version Joomla 4
negnuja.ch/j4

Thanks for every little help.
Kari


Joomla: 3 und 4
JoomShopping: fixed to 3 or 4 Joomla Version
PHP: 8.01
Website Url: negnuja.ch
 
02.02.2023 11:02
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25964
Quote
Aw: Joomla 4 - Override / comjshop_list_product left-aligned

CSS changes:

.jshop_list_product .product .name{
text-align:left;
}
.jshop_list_product .product .image{
text-align:left;
}
.jshop_list_product .oiproduct{
text-align:left;
}
.jshop_list_product .product .jshop_price{
text-align:left;
}

.jshop_list_product .jshop .price_extra_info, .jshop_list_product .manufacturer_name, .jshop_list_product .manufacturer_code, .jshop_list_product .jshop .base_price{
text-align:left;
}
.jshop_list_product .product .buttons{
text-align:left;
}

 
02.02.2023 12:12
#3
karibu
User karibu
Name: Kari
19.06.2014
Posts: 45
Quote
Aw: Joomla 4 - Override / comjshop_list_product left-aligned

Thanks for the quick help

Unfortunately it does not work. All class or Id are directly controlled, but the text-align: left; command is not executed.

Is there another way? Via box grip command?

Greetings

 
02.02.2023 14:27
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25964
Quote
Aw: Joomla 4 - Override / comjshop_list_product left-aligned

Add changes to
https://negnuja.ch/j4/index.php/bastelhefte

file
components/com_jshopping/css/default.custom.css

 
02.02.2023 15:49
#5
karibu
User karibu
Name: Kari
19.06.2014
Posts: 45
Quote
Aw: Joomla 4 - Override / comjshop_list_product left-aligned

Thanks a lot!

Since I could have tried for a long time in the override ;) .

You have done a great job.

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.