Hello,
I'd like to use your Times template. Once local installed the quickstart, in the Times-home theme I don't know how to reduce the space between the first spotlight (with Position 1 and Position 2 inside), and the secon one with Position 5-7.
Is the problem due to the noo_times_video subtemplate for the video content? If I remove the video module with a smaller "Latest news" module the empty space is reduced, but with the video module published even without anything in the block there is a large empty space...
How is it possible to solve this problem and in general how can I reduce the space between blocks, trying to reach a more compact template?
Thank you!
Hi gimbo,
Thanks for contacting us.
Please send me link of your site and your admin account via private message. I will check for you soon.
Best regards,
Falcao
I have no link, as I installed it locally in my PC with xampp.
Anyway it's the quickstart and it's exactly the same that you have in your demo pages for Timex template....
Thank you for your fast reply
gimbo
I know that you can't check it on my site.
But since that the times template that I have installed is exactly the same in your demo webiste, my answer was generical:
"How is it possible to reduce the margin between blocks".
Don't you have access to your demo pages?
Hi gimbo,
Step1: You can creat custom.css in \JUX_Time\dev\templates\jux_times\css
Step2: In file custom.css, you write
.t3-sl-1 {paddinh-bottom:0;}
.t3-sl-1 .t3-module {
margin-bottom: 0px;
}