OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

Advertisement Board component Support

Go to bottom Favoured: 0

Photo gallery error

estebanpaloscky (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
photo gallery error 11 Years, 1 Month ago
Karma: 0  
Please help, the photo gallery is displayed vertically like in a column. I need that it will displayed horizontally like your example.

Please see the page

www.delmontedeoro.com.ar/dev/index.php/c...turistico-del-parque
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:photo gallery error 11 Years, 1 Month ago
Karma: 101  
Hello,

True said: I not know how you did that. Problems in yours CSS.

You may in your "thumbnail" class add rows:
Code:

float:left;
height:152px;



and that resolved error

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
estebanpaloscky (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:photo gallery error 11 Years, 1 Month ago
Karma: 0  
I'm sorry, but i don't understand where change this:

Code:
float:left;
height:152px;
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:photo gallery error 11 Years, 1 Month ago
Karma: 101  
Hello,

I an sorry, I can't said where add that.

For you some thing bad with yours Joomla template, what bad I can't say.
I know only how fix.

In your CSS template file defined class "thumbnail", it defined like:
Code:

.thumbnail {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);
border:1px solid #DDDDDD;
display:block;
line-height:20px;
padding:4px;
}


you need replace to
Code:

.thumbnail {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);
border:1px solid #DDDDDD;
display:block;
float:left;
height:152px;
line-height:20px;
padding:4px;
}



Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
estebanpaloscky (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:photo gallery error 11 Years, 1 Month ago
Karma: 0  
thanks for the informations
Logged Logged
The administrator has disabled public write access.
Go to top
»