- Posts: 6
- Thank you received: 0
Content Scroll
-
tom.b
Inactive member - Topic Author
- New Member
Less
More
12 years 8 months ago #17232
by tom.b
Content Scroll was created by tom.b
Is it possible to add a scrollbar for the content of the site.
When i add a component such as a guestbook this is not displayed completly.
When i add a component such as a guestbook this is not displayed completly.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #17236
by ivan.milic
Replied by ivan.milic on topic Re: Content Scroll
how do you mean better send link so we can see your problem
Please Log in to join the conversation.
-
tom.b
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
12 years 8 months ago #17239
by tom.b
Replied by tom.b on topic Re: Content Scroll
This for example:
lkthuisfotografie.nl/index.php/home-page/gastenboek
And this site is scrolling, but it would be nicer if only the content was scrolling and not the whole site:
lkthuisfotografie.nl/index.php/zwangerschap
lkthuisfotografie.nl/index.php/home-page/gastenboek
And this site is scrolling, but it would be nicer if only the content was scrolling and not the whole site:
lkthuisfotografie.nl/index.php/zwangerschap
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #17242
by ivan.milic
Replied by ivan.milic on topic Re: Content Scroll
add this in template_css.css:
.content_pad{
height:XXXpx;
overflow-y:scroll;
}
.content_pad{
height:XXXpx;
overflow-y:scroll;
}
Please Log in to join the conversation.
-
tom.b
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
12 years 8 months ago #17248
by tom.b
Replied by tom.b on topic Re: Content Scroll
Thanks for you quick response.
That did the trick almost...
Now i have a scrollbar in my content area, but i can not scroll.
That did the trick almost...
Now i have a scrollbar in my content area, but i can not scroll.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #17253
by ivan.milic
height:XXXpx;
XXX you should replace with some numeric value like:
height:500px;
Replied by ivan.milic on topic Re: Content Scroll
height:XXXpx;
XXX you should replace with some numeric value like:
height:500px;
Please Log in to join the conversation.
Time to create page: 0.105 seconds