Dear friend
Sorry being on other things, I have taken some time to play around your suggestion quoted below (because i can find my thread which i wanted to thank you)
Quote "Put the spotlight-2 in that loadblock line in the physical location where you want the two-position spotlight to load (default-content-left.php or whatever)
Go to the template in the admin backend and modify that to show 2 positions, using the 1-6 block choices presented there and choose the two module positions that you want to show there.
Put your content in those two module positions - using Custom HTML or whatever is appropriate for that content... "
Does all that make sense? Does it help?
Unquote
Garnder, what you suggest ALWAYS make sense and is a fast fix.
What you say boils down to the final kill in the custom.css (my favorite)
I expanded on your lead to custom.css with the following for spotlight-1.php blocks
div.t3-sl-1 {
padding-top: 0;
padding-bottom: 0;
height: 22px;
background: grey;
}
Once spotlight is on, the navigation will allow us to determine the number of columns.
So that sums it all. Kind Regards.
This is what you have s
Sorry being on other things, I have taken some time to play around your suggestion quoted below (because i can find my thread which i wanted to thank you)
Quote "Put the spotlight-2 in that loadblock line in the physical location where you want the two-position spotlight to load (default-content-left.php or whatever)
Go to the template in the admin backend and modify that to show 2 positions, using the 1-6 block choices presented there and choose the two module positions that you want to show there.
Put your content in those two module positions - using Custom HTML or whatever is appropriate for that content... "
Does all that make sense? Does it help?
Unquote
Garnder, what you suggest ALWAYS make sense and is a fast fix.
What you say boils down to the final kill in the custom.css (my favorite)
I expanded on your lead to custom.css with the following for spotlight-1.php blocks
div.t3-sl-1 {
padding-top: 0;
padding-bottom: 0;
height: 22px;
background: grey;
}
Once spotlight is on, the navigation will allow us to determine the number of columns.
So that sums it all. Kind Regards.
This is what you have s