Page 1 of 1

Css for SharePoint:FormField

Posted: 02 Mar 2015
by SpongeBen SquareJaw
I am trying to change the height of a SharePoint:FormField when I add

change-height to the Css Class

then enter

.change-height{

height: 100px;

}

to CSS editor only the main field adjusts. the textbox control inside the field still is oversized how do I change the size of the control?

Re: Css for SharePoint:FormField

Posted: 03 Mar 2015
by SpongeBen SquareJaw
Never mind after looking into some other forum topics of yours, I found the answer.

/* Enhanced rich text */

.change-height .ms-rtefield {

height:300px !important;

}