OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Short description on mobile phone (0 viewing) 

Joomla Gallery Support

Go to bottom Favoured: 0

Short description on mobile phone

Flordesol (User)
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Short description on mobile phone 1 Year, 11 Months ago
Karma: 0  
Hi, I'm using the gallery with the taras effect. On desktop there is the title and the short description on hover. On mobile phone I can see only the title. Is this normal and how can I change this?

Thanks!
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Short description on mobile phone 1 Year, 10 Months ago
Karma: 101  
Hi

On mobile phone I can see only the title. Is this normal and how can I change this?

In our Joomla gallery we created this special, but if you any way need show this, Please add to your template CSS below code:
Code:

@media (max-width: 768px){
[class^=os-gallery-all-in-one-main] .os-cat-tab-images .img-block .os-gallery-caption p, [class^=os-gallery-album-tabs-main] .os-cat-tab-images .img-block .os-gallery-caption p, [class^=os-gallery-tabs-main] .os-cat-tab-images .img-block .os-gallery-caption p {
    display: block !important;
}
}

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