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;
}
}
|