- Posts: 59
- Thank you received: 1
Support for SermonSpeaker 5.x is in bugfix mode only, the same as it is for Joomla 3.10.
I will not add any new features to this releases.
Please upgrade to SermonSpeaker 6.x and Joomla 4.x, which is better anyway.
I will not add any new features to this releases.
Please upgrade to SermonSpeaker 6.x and Joomla 4.x, which is better anyway.
Changing the Player size?
- K A R Wright
-
Topic Author
- Offline
- Senior Member
-
Less
More
13 Jul 2022 16:14 - 13 Jul 2022 16:24 #7925
by K A R Wright
Changing the Player size? was created by K A R Wright
Hi Thomas
Been a while (thankfully) and now a new site later, I'm back again with another query. Presume this is a CSS issue but I've searched where I thought I might find the controls to no avail. I'm just looking to find out how to resize the player - apologies if this is a Joomla issue rather than a SS one but hopefully you can fire me the answer. Thanks as ever.
Version: 5.9.9
New site is now at Bloomfied Methodist Sermons
Been a while (thankfully) and now a new site later, I'm back again with another query. Presume this is a CSS issue but I've searched where I thought I might find the controls to no avail. I'm just looking to find out how to resize the player - apologies if this is a Joomla issue rather than a SS one but hopefully you can fire me the answer. Thanks as ever.
Version: 5.9.9
New site is now at Bloomfied Methodist Sermons
Last edit: 13 Jul 2022 16:24 by K A R Wright.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
14 Jul 2022 00:33 #7926
by Thomas Hunziker
Replied by Thomas Hunziker on topic Changing the Player size?
Do you want to make it bigger or smaller?
The simplest thing is to adjust the size of the parent container. This one has the ID "ss-sermons-player" and can be adjusted using CSS like this:
The simplest thing is to adjust the size of the parent container. This one has the ID "ss-sermons-player" and can be adjusted using CSS like this:
Code:
#ss-sermons-player {
width: 60%;
}
Please Log in or Create an account to join the conversation.
- K A R Wright
-
Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 59
- Thank you received: 1
14 Jul 2022 01:12 #7927
by K A R Wright
Replied by K A R Wright on topic Changing the Player size?
Thanks as always Thomas for your speedy reply. I'm looking to make it smaller
Do I just put that CSS as an override into the template or somewhere else?

Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
14 Jul 2022 10:04 #7928
by Thomas Hunziker
Replied by Thomas Hunziker on topic Changing the Player size?
If your template allows to add custom CSS rules, then that is a good place.
Please Log in or Create an account to join the conversation.
Time to create page: 0.113 seconds