Hi,
Struggling with getting three icon boxes to line up on the sites main page. (http://www.mosfoundation.org) Obviously the content will vary between each of these boxes, but I was looking to be able to set them to a fixed size. I tried adding .iconbox (height: 300px}; to the child theme css, the quick css and even the parent css without success. I keep flushing the cache between settings, but not seeing Safari, Chrome and Firefox, also render the page slightly differently. Is there a more button concept for these boxes, where once the text reaches a certain size a “read more” button appears?
Thanks for any help you can give.
Dave
The solution to this, if you are looking for it is to set the follow in your child themes style.css or the quick css.
iconbox_content{height: 300px};
The 300 px would vary on the size of your content.
Dave