Can my Template have a set height? - Joomla! Forum - community, help and support
if @ mock http://www.digitalmarauders.com/clients/epic/moc3.htm
i want height stay same when there lot of text not taller adds second page. @ bottom have 1 , 2 if needed. of having fixed height.
i want height stay same when there lot of text not taller adds second page. @ bottom have 1 , 2 if needed. of having fixed height.
if don't mind content area being deciding factor how space you'll need, can add in templates.css file;
#content-area {
max-height:400px;
height:auto; !important
height:400px;
overflow: scroll;
}
just adjust content height size in px you'll need.
hope helps
#content-area {
max-height:400px;
height:auto; !important
height:400px;
overflow: scroll;
}
just adjust content height size in px you'll need.
hope helps
Comments
Post a Comment