- Posts: 45
- Thank you received: 0
Space between the caroussel and the first article
11 years 3 months ago #43884
by digiwide
Space between the caroussel and the first article was created by digiwide
I have on my home page the hot full caroussel at position Advert1, just like in the demo version of Hostel. But when i change the hight of the caroussel from 715 to 415 p.e. in Module Properties it will not change the place of the article. Its still down under. How can I fix this? I want to see something of the tittle of the first article and maybe soemthing of the content if thats possible. Now you must directly scroll. And there a lot of space above the first article. Do you understand what I mean?
See my site at www.hellastravel.nl The I have chnaged the hight of the caroussel to 500 pixels but th article you cannot see.
See my site at www.hellastravel.nl The I have chnaged the hight of the caroussel to 500 pixels but th article you cannot see.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 months ago #43888
by ivan.milic
Replied by ivan.milic on topic Space between the caroussel and the first article
in template_css.css you have:
.sliderrow {
position: absolute;
top: 150px;
width: 100%;
height: 865px;
}
modify height property
.sliderrow {
position: absolute;
top: 150px;
width: 100%;
height: 865px;
}
modify height property
Please Log in to join the conversation.
Time to create page: 0.170 seconds