OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Set Vehilce Picture size in Category List View (0 viewing) 

VehicleManager component support

Go to bottom Favoured: 0

Set Vehilce Picture size in Category List View

alexsanderngaongo (Visitor)
Posts: 0
graphgraph
User Offline
Set Vehilce Picture size in Category List View 4 Years, 7 Months ago
Karma: 0  
Hi

I am trying to find the way to set the Category Image.Size for a list Category View

In Settings > Frointend Settings > Category/All Vehicle Layout Settings I have set both vehicle List and Vehicle Gallery Layout Image settings to 400px wide by 300 px high but the picture on the front-end is being controlled by something else.

The result is shown in pic 1 on thew attached doc

When I use 'Inspector' to look at the controls on the page it shows that

#list img.little {

height: 300px;
width: 400px;

}

is being overwritten - see Pic 2 on the attached doc

Can you tell where to look to correct this please?

Cheers
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Set Vehilce Picture size in Category List View 4 Years, 7 Months ago
Karma: 101  
Hello

below post show, what you need do in moments like this:
ordasoft.com/Forum/RealEstateManager-com...her-color.html#24262

In your case. Setting for image size go from:
VehicleManager : Settings -> Frontend Settings -> Vehicle list layout photo size

BUT, we use bootstrap, so all size limited by design and by responsive.

In you case, you need check also:
localhost/~andrew/joomla_370/components/com_vehiclemanager/includes/bootstrapVEH.css

.VEH-collumn-sm-5 {
width: 41.66666667%;
}

.VEH-collumn-md-3 {
width: 25%;
}

.VEH-collumn-lg-3 {
width: 25%;
}

But we need link to your site, because you may have some other styles

Regards
Andrew
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»