OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Change layout of vehicle manager feature pro (0 viewing) 

VehicleManager component support

Go to bottom Favoured: 0

Change layout of vehicle manager feature pro

installer19 (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Change layout of vehicle manager feature pro 6 Years, 2 Months ago
Karma: 0  
Hallo team,

please, I need to change the dimension of each items of vehicle manager feature pro (see image attached).
Currently, the layout of each item is the same of the attached image but I'd like to have all of them alligned both at the bottom and at the top and I'd like to enlarge them (change the width) a little bit.

Please, could you tell me what is the class that I have to modify?



Thank you so much.
Best regards.
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:Change layout of vehicle manager feature pro 6 Years, 2 Months ago
Karma: 101  
Dear

First of all you may set in Vehicle featured module setting "Set item width (px)" to more big value.

also in CSS you may add something like:
Code:

  
.featured_vehicles_block {
white-space: nowrap;
  overflow: hidden;
}



Regards
Andrew
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
installer19 (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Re:Change layout of vehicle manager feature pro 6 Years, 2 Months ago
Karma: 0  
Andrew thank you for your precious support.
It works very good.

Best regards
Logged Logged
The administrator has disabled public write access.
Go to top
»