- Posts: 5
- Thank you received: 0
Support for SermonSpeaker 3.x is canceled as it is for Joomla 1.5. I will gladly assist you with minor issues but I will not fix any bugs anymore in this releases.
The fix is to upgrade to SermonSpeaker 4.x, which is better anyway.
The fix is to upgrade to SermonSpeaker 4.x, which is better anyway.
Main display is distorted
- Thomas Maerz
- Topic Author
- Offline
- New Member
Less
More
11 Oct 2011 22:24 #1098
by Thomas Maerz
Replied by Thomas Maerz on topic Re: Main display is distorted
so I should append this new code, rather than replacing it like previously suggested?
Please Log in or Create an account to join the conversation.
- Andrei Chernyshev
- Offline
- Translator
11 Oct 2011 22:26 #1099
by Andrei Chernyshev
Replied by Andrei Chernyshev on topic Re: Main display is distorted
yes, sorry for causing confusion. put it in template.css all the way at the bottom.
Please Log in or Create an account to join the conversation.
- Thomas Maerz
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
- Thank you received: 0
11 Oct 2011 22:29 #1100
by Thomas Maerz
Replied by Thomas Maerz on topic Re: Main display is distorted
That did not work as far as I can tell
Any suggestions?
Any suggestions?
Please Log in or Create an account to join the conversation.
- Andrei Chernyshev
- Offline
- Translator
11 Oct 2011 22:35 #1101
by Andrei Chernyshev
Replied by Andrei Chernyshev on topic Re: Main display is distorted
try one of those lines.
1st one should work if it doesn't then try 2nd one.
Code:
#ss-sermons-container .row1
{
background: none;
height: auto;
}
.ss-sermons-container .row1
{
background: none;
height: auto;
}
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
12 Oct 2011 12:19 #1102
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Main display is distorted
The first line Andrei suggested should work, but only on the sermons view. For other views the container name changes. My solution however would work on all views, but I wrote it wrong. That's for not first testing stuff I suggest.
Remove the space between 'tr' and '.row1' and it should work (tested it this time):
Remove the space between 'tr' and '.row1' and it should work (tested it this time):
Code:
tr.row1 {
background: none;
height: auto;
}
Please Log in or Create an account to join the conversation.
Time to create page: 0.112 seconds