- 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.
Template sizing help request (again :( )
- K A R Wright
-
Topic Author
- Offline
- Senior Member
-
Less
More
13 Oct 2017 17:10 - 13 Oct 2017 17:12 #6856
by K A R Wright
Template sizing help request (again :( ) was created by K A R Wright
Hi Thomas
Apologies as you'd helped me with his a year or more ago and TBH I have yet again applied the fixes you'd provided me with at that time but now they don't seem to be working and I'm stuck again on how to tackle the fix further.
Page to view the problem is:
www.bloomfieldmethodist.org.uk/index.php/services-online
You can see the player has 2 lines overrunning the template (pjo_advancedyards_free )
The fix provided previously was:
In media - find sermonspeaker.css & add
.ss-player .span10 {
width: 600px;
margin: auto;
}
AND
.table {
width: 100%;
}
I appreciate this (still) isn't your problem in that it isn't SermonSpeaker that's at fault,. but wondered if you'd have patience to once again point me in the right direction for tidying it up a bit?
No rush as I'm done for the week now so it'll be next week before I get at it again myself.
Thanks again
Romayne
Sizing options in template.
Apologies as you'd helped me with his a year or more ago and TBH I have yet again applied the fixes you'd provided me with at that time but now they don't seem to be working and I'm stuck again on how to tackle the fix further.
Page to view the problem is:
www.bloomfieldmethodist.org.uk/index.php/services-online
You can see the player has 2 lines overrunning the template (pjo_advancedyards_free )
The fix provided previously was:
In media - find sermonspeaker.css & add
.ss-player .span10 {
width: 600px;
margin: auto;
}
AND
.table {
width: 100%;
}
I appreciate this (still) isn't your problem in that it isn't SermonSpeaker that's at fault,. but wondered if you'd have patience to once again point me in the right direction for tidying it up a bit?
No rush as I'm done for the week now so it'll be next week before I get at it again myself.
Thanks again

Romayne
Sizing options in template.
Last edit: 13 Oct 2017 17:12 by K A R Wright.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
14 Oct 2017 20:07 #6858
by Thomas Hunziker
Replied by Thomas Hunziker on topic Template sizing help request (again :( )
Try with this:
Code:
.ss-player > div {
width: 100%;
}
Please Log in or Create an account to join the conversation.
Time to create page: 0.139 seconds