Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

[Solved] How to adjust Title bar width in Thumbnail

  • Gloria Woo
  • Gloria Woo's Avatar Topic Author
  • Offline
  • New Member
More
15 years 1 month ago - 15 years 1 month ago #29564 by Gloria Woo
I just download v2.0.4 and the photo gallery works great.
I use the single thumbnail mode. I change the width and height for Thumbnails to w=210 and h=168. The Thumbnails works except the Title bar is longer than the thumbnails.

How can shorten the Title bar width fix this?

Please Log in or Create an account to join the conversation.

  • Gloria Woo
  • Gloria Woo's Avatar Topic Author
  • Offline
  • New Member
More
15 years 1 month ago - 15 years 1 month ago #29565 by Gloria Woo
Replied by Gloria Woo on topic Re: How to adjust Title bar width in Thumbnail
Problem solved. How can I get rid of a little black circle next to the thumbnail?

Please Log in or Create an account to join the conversation.

More
15 years 1 month ago #29566 by Katia
You have conflict with your css. The gallery inherites the styling from
#content ul li {
list-style-type:disc;}
at line 224 of template_css.css folder. If you remove this or change it to #content ul li {
list-style-type:none;}you will solve your issue but you probably remove bullets from other lists in your content too.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Gloria Woo
  • Gloria Woo's Avatar Topic Author
  • Offline
  • New Member
More
15 years 1 month ago - 15 years 1 month ago #29567 by Gloria Woo
Replied by Gloria Woo on topic How to adjust Title bar width in Thumbnail
Thank you for the quick response! I use a more specific class to get rid of the black circle. Problem solved :D
#content ul.sig-container-single li {
list-style-type:none;
}

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum