Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Working as a Page in my theme.

@atsutane

Member

Thanks :) U can edit the size from css file. Find this inside your css file

.postform textarea {

height: 12em;

margin: 5px 0;

padding: 5px;

width: 720px; //Edit the width to fit your page.

display: block;

}

Skip to toolbar