Min-Height not working for postbody

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
Post Reply
Lsha
Registered User
Posts: 111
Joined: Mon Feb 25, 2019 10:38 am

Min-Height not working for postbody

Post by Lsha »

i tried to set postbody min-height

Code: Select all

.postbody {
    padding: 0;
    line-height: 1.48em;
    color: #333333;
    width: 76%;
    float: right;
    clear: both;
min-height: 200px;} 
i also tried to use !important; in case if it's conflicting with other css file. but did not work.

thanks.
Lsha
Registered User
Posts: 111
Joined: Mon Feb 25, 2019 10:38 am

Re: Min-Height not working for postbody

Post by Lsha »

never mind problem solved. working fine :)
Post Reply

Return to “[3.2.x] Styles Support & Discussion”