- 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.
Player going outside template area
- K A R Wright
-
Topic Author
- Offline
- Senior Member
-
Less
More
21 Aug 2015 17:01 #5478
by K A R Wright
Player going outside template area was created by K A R Wright
Hi Thomas
Bloomfield Methodist Church Sermons
Apologies - I would have sworn I'd asked this Q before but can't find any previous in My Threads so maybe not. Basically the player keeps going outside the template which looks messy. I've searched high & low in the CSS to find something that looked like what I'd expect to relate to it, to try & change the width but I'm not very sharp on CSS so had no luck. It's the same on specific sermons also if you view any of them.
I just need pointed in the right direction of which CSS file to work on - presumably the player & sermonspeaker.css ones?? I tried playing around with various things in both of those that mentioned width but nothing changed so unsure if I was doing things right - using Web Developer/Style editor in Firefox.
Using SS 5.4.5 and Joomla 3.4.3.
Thanks as always.
Romayne
Bloomfield Methodist Church Sermons
Apologies - I would have sworn I'd asked this Q before but can't find any previous in My Threads so maybe not. Basically the player keeps going outside the template which looks messy. I've searched high & low in the CSS to find something that looked like what I'd expect to relate to it, to try & change the width but I'm not very sharp on CSS so had no luck. It's the same on specific sermons also if you view any of them.
I just need pointed in the right direction of which CSS file to work on - presumably the player & sermonspeaker.css ones?? I tried playing around with various things in both of those that mentioned width but nothing changed so unsure if I was doing things right - using Web Developer/Style editor in Firefox.
Using SS 5.4.5 and Joomla 3.4.3.
Thanks as always.
Romayne
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
21 Aug 2015 20:56 #5479
by Thomas Hunziker
Replied by Thomas Hunziker on topic Player going outside template area
I would try with this:
This would override the rule for .span10 that comes from your template.
The width should be the same you set for the player. Or you can set it to a percent value and then the player should be set to 100%.
On a sidenote. I would also add
to the template rules. So the tables span the full available width.
Code:
.ss-player .span10 {
width: 600px;
margin: auto;
}
The width should be the same you set for the player. Or you can set it to a percent value and then the player should be set to 100%.
On a sidenote. I would also add
Code:
.table {
width: 100%;
}
The following user(s) said Thank You: K A R Wright
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
21 Aug 2015 21:55 #5480
by K A R Wright
Replied by K A R Wright on topic Player going outside template area
Thanks again Thomas - will get that done on Mon at my next update
- will have to keep this info safe for future reference as it's a common issue now between Joomla & some of my extensions so it's great to learn how to overcome such problems. 
Much appreciated as ever - Romayne


Much appreciated as ever - Romayne
Please Log in or Create an account to join the conversation.
Time to create page: 0.288 seconds