« See all FAQs for SquareGrid - Fully Responsive Theme For Portfolio
Is it possible to make the post content appear to fit all text without using a scroll bar?
Possible,
Scrollbar has on only portfolio page template. You should watch this video, http://www.screenr.com/IGR8
1. Remove checking section from the single.php2. Change checking of content section in the js/scripts.js file. About line 65, inside the itemHeightReset function.
3. Add following style on Custom Css field of theme options panel
.entry-content { height: auto !important; }
Thanks






