Hello!
On the bottom of the home page where you can have tabbed previews of pages, I want to make one of them a "latest news" page. Is it possible to make the height of this area fixed so only the top of the Latest news page is visible? Is it possible to make it fixed but scrollable so you can scroll down and see part of the page that is not visible because of the fixed height? I hope this makes sense..
Thank you..
How to make page preview at bottom of home page a fixed height.
4 posts from 2 voices-
Posted 2 years ago #
-
Which file would I look in to "fix" the height of the page preview in the tabbed lower part of the home page?
Posted 2 years ago # -
Hey,
You need to add some CSS for this change. Open up style.css and at the end add this:
.frontpagetabs .entry { height: 100px /* change 100px to the height you want */ overflow: scroll; }Hope this helps!
James
Posted 2 years ago # -
Works perfect! Thanks you!
Posted 2 years ago #
Reply
You must log in to post.














