Flexi CSS Layouts for Dreamweaver Forum


box Flexi CSS Layouts for Dreamweaver
Flexi CSS Layouts is a Dreamweaver Extension that helps you create browser compliant table-less web pages with ease. Unlike other products that are limited to templated CSS layouts with 1, 2 or 3 columns, with Flexi CSS Layouts for Dreamweaver you can build your own custom layout structure without coding.

Find out more about Flexi CSS Layouts for Dreamweaver

Thread: showcase height

title left
User Details
message
title right
Joaby Parker

post date:
2011-12-15 11:34:16
i am trying to shrink the height of the showcase section but cannot seem to do it anywhere. I have adjusted the minimum heights in the css and removed all padding. Please help. Here is the link.

http://www.whatanut.net/compay/

Elena Tepardea [Extend Studio]

post date:
2011-12-16 05:04:33
Hello,

First, the headwrapper div has 500 px height and 500 px min-height. You need to change the height and min-height here - set a smaller value.

Secondly, the showcase div <div class="cssLO compay_showcase_layout"> where you can add an inline style to set the height: <div class="cssLO compay_showcase_layout" style="height:290px;">

Regards,
Elena Tepardea