Currently, I am utilizing Inspect Element in Google Chrome to uncover the source of the size control for the slideshow controller buttons located beneath the slideshow on a specific template website. If you'd like to take a look at the site yourself, here is the link:
Upon inspecting the button labeled "Cardiology," I came across this line within the HTML code:
<li style="width: 192px; overflow: hidden;"><a href="#" rel="1" class="">Cardiology</a></li>
Oddly enough, when I checked the page's source code directly, that particular line was nowhere to be found! This discrepancy is hindering my ability to customize both the button's dimensions and its text.
If anyone could offer assistance or guidance on resolving this issue, I would greatly appreciate it. Thank you!