issue is at: Pet Description of Interstice
desired outcome: I want the description to have a fixed height, for example 400px, and for the text to overflow.
issue: no matter what I add to the relevant part affecting the description, it does not seem to change those aspects. the description remains at auto height determined by text.
this template is from , I've been hamfistedly modifying it
current Code
THE SONG OF INTERSTICE
she crossed the canyons!
bridged the gaps!
carmine ribbon
trailing behind;
the pitted valleys,
the narrow plains,
all flitted 'neath
her feet those days!
for in the valleys
she'd make a bridge,
cross back and then
fly over a'gain!
she's interstice,
interstice,
knitting rope
between the valleys!
she's interstice,
interstice,
weaving webs up
in the skies!
she knew not all
could fly as her,
spread wings and
coast on glory;
with her hands
she made a fist
and swore
"they'll tell my story"
she's interstice,
interstice,
weaving webs up
in the skies!
she's interstice,
interstice,
'cause not
everybody flies!
profile template by [userid=526420].
<style>
/* background and container */
body, html {background:url('') repeat
; background-attachment:fixed;}
{height:100% !important; width:376px; left:50%; margin-left:-188px; border-radius:0px 0px 20px 20px; overflow-x:hidden; margin-bottom:20px; padding-bottom:0px;}
/* fonts and colors */
body, html, div, a, tr, td, p {font-family: calibri; font-size: 14px; color:
;}
{background:
; border-bottom:6px solid
; border-left:1px solid
; border-right:1px solid
;}
a:link, a:visited, .icon.heart {color:
; text-decoration:none;}
a:hover, .icon.heart:hover {color:
; text-decoration:none;}
h1 {color:
; font-family:georgia; font-size:11pt !important; font-style:bold; letter-spacing:2px; text-align:center;
padding-bottom:3px; padding-right:4px; padding-left:4px;}
,
, .pet_spotlight, .pet_color_info, .pet_like, .owner,
,
{background-color:
; border:1px solid
;}
.pet_name {font-family:georgia; font-size:16pt; color:
;
text-transform:uppercase; letter-spacing:5px;}
::-webkit-scrollbar {width:4px;}
::-webkit-scrollbar-thumb {background:
;}
/* for hiding things */
,
,
-ban,
-ban-main,
-lrc,
-rrc,
,
-right,
,
,
, h2,
a,
,
,
, .new-news-announcement-banner,
a,
,
h2,
,
a, .stat, .statbar, .pet_age_info_date, .pet_age_info, .pet_wco_info, .pet_wco_info_date, .event, .owner img, .hustler {display:none;}
/* positioning profile sections */
{position:relative; top:35px; left:-145px; border-radius: 10px 10px 0px 0px;
margin-left:-8px; margin-bottom:-16px;}
.pet_name {position:absolute; left:0px; top:22px; width:392px;}
{position:absolute; text-transform:lowercase; font-size:9px;
left:222px; top:55px; width:140px; height:93px; padding-top:5px;
border-radius:10px 10px 0px 0px;}
.pet_spotlight {position:absolute; left:222px; top:147px; font-size:9px;
width:140px; height:94px; text-transform:lowercase; padding-top:5px;}
.pet_color_info {position:absolute; left:12px; top:258px; width:196px; border-radius: 0px 0px 10px 10px;
text-transform:lowercase; padding:2px;}
.pet_like {position:absolute; top:244px; left:222px; padding:2px; width:14px;
padding-left:4px; border-radius:0px 0px 0px 10px;}
.owner {position:absolute; top:258px; left:245px; width:113px; border-radius:0px 0px 10px 0px;
text-transform:lowercase; padding:2px;}
{ width:196px; height:40%!important; text-align:center; border-radius:10px 10px 0px 0px;
padding:4px;
margin-left:12px; margin-top:5px;
text-overflow:scroll!important;}
{position:absolute; left:222px; top:287px; width:130px!important;
border-radius:10px 10px 10px 10px
;}
.treasure_item {padding:0px;}
</style>