height of caption boxes
10 years 9 months ago - 10 years 9 months ago #17221
by canders
height of caption boxes was created by canders
Is there a way to specify an exact pixel value for the div class playlistck_thumbs_li pix_thumb pix_thumb_0 playlistckcurrent playlistck_visThumb?
My goal is to fit 10 thumbnails in, without having to scroll. Is that possible? Currently the height is set in element style, but I cannot determine where to access this and override it.
Please advise.
My goal is to fit 10 thumbnails in, without having to scroll. Is that possible? Currently the height is set in element style, but I cannot determine where to access this and override it.
Please advise.
Last edit: 10 years 9 months ago by canders.
Please Log in or Create an account to join the conversation.
10 years 9 months ago #17225
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic height of caption boxes
Hi
this is made by javascript, but you can override in the file playlistck.css of the theme using " !important" in your css property
CEd
this is made by javascript, but you can override in the file playlistck.css of the theme using " !important" in your css property
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
10 years 9 months ago #17226
by canders
Replied by canders on topic height of caption boxes
Thank you for the quick response. I have done this, but the element style seems to be overriding this. Is there a way around that?
Please Log in or Create an account to join the conversation.
10 years 9 months ago #17229
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic height of caption boxes
give me your url to check
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
10 years 9 months ago #17230
by canders
Replied by canders on topic height of caption boxes
Please Log in or Create an account to join the conversation.
10 years 9 months ago #17231
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic height of caption boxes
writing this seems to work
Code:
.playlistck_thumbs_li {
height: 100px !important;
}
Joomlack Webmaster and Developer
The following user(s) said Thank You: canders
Please Log in or Create an account to join the conversation.
Time to create page: 0.220 seconds