End of Support for Joomla 3 - Forum closed
[GELÖST] where to change width of the component row
- mikevanoostende
- Offline Topic Author
- Fresh Boarder
- Posts: 7
- Thank you received: 0
[GELÖST] where to change width of the component row was created by mikevanoostende
Posted 2 years 3 days ago #31710
Hi,
I've got an issue with a template I want to install using the Astroid framework,
as I'm in urgent need to upgrade to PHP 8..
As you can see in the pictures below I have by default all products lined up under each other, I expect them to be 4 in 1 line.
with my older "joom" template everything was fine.
I checked all settings in the new template, but I cannot find where to remove this "width = 100%", is this a VM parameter ? or still something related to my template (I use tp_adventure)
as this is already compiled I do not know how to find the source.
Any help would be appreciated .
I'm using VirtueMart 4.0.4 10688
thx, Mike.
I've got an issue with a template I want to install using the Astroid framework,
as I'm in urgent need to upgrade to PHP 8..
As you can see in the pictures below I have by default all products lined up under each other, I expect them to be 4 in 1 line.
with my older "joom" template everything was fine.
I checked all settings in the new template, but I cannot find where to remove this "width = 100%", is this a VM parameter ? or still something related to my template (I use tp_adventure)
as this is already compiled I do not know how to find the source.
Any help would be appreciated .
I'm using VirtueMart 4.0.4 10688
thx, Mike.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic [GELÖST] where to change width of the component row
Posted 2 years 3 days ago #31714
The container of the template is always 100% in a div.
But the view of your VM is a setting of the VM and seems nothing todo with template.
But the view of your VM is a setting of the VM and seems nothing todo with template.
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- mikevanoostende
- Offline Topic Author
- Fresh Boarder
- Posts: 7
- Thank you received: 0
Replied by mikevanoostende on topic [GELÖST] where to change width of the component row
Posted 2 years 3 days ago #31715
Hi, thx for your answer,
It works fine with other templates but not with this one.
only when I change this width to 20..40% or remove it then it's fine.. so I'm wondering where this width is set.
because when I remove this in the compiled file then everything works fine,
regards,
Mike.
It works fine with other templates but not with this one.
only when I change this width to 20..40% or remove it then it's fine.. so I'm wondering where this width is set.
because when I remove this in the compiled file then everything works fine,
regards,
Mike.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic [GELÖST] where to change width of the component row
Posted 2 years 3 days ago #31717
Live Url please
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- mikevanoostende
- Offline Topic Author
- Fresh Boarder
- Posts: 7
- Thank you received: 0
Replied by mikevanoostende on topic [GELÖST] where to change width of the component row
Posted 2 years 3 days ago #31718
Currently I'm trying to test it on 1 page only :
passion4wood.be/nl/download-files/downlo...hting-in-hout-2.html
the default template is on the rest of the site, so you can compare : passion4wood.be
thanks,
Mike.
passion4wood.be/nl/download-files/downlo...hting-in-hout-2.html
the default template is on the rest of the site, so you can compare : passion4wood.be
thanks,
Mike.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic [GELÖST] where to change width of the component row
Posted 2 years 3 days ago #31719
Hallo, its a css problem loaded by VM.
Fix it and at this css code into your custom.css
astroidframe.work/support/documentations/custom-code/custom-css
Fix it and at this css code into your custom.css
astroidframe.work/support/documentations/custom-code/custom-css
Code:
.row {
width: auto !important;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates