• Resolved tua33450

    (@tua33450)


    Hello. I have added theme options to my custom theme, so that the site owner can customize certain blocks of text. Both options are in the form of textareas. I would like the text to display with first line indention on paragraphs, but it does not. I have styled the font, etc. of the text, but when I apply text-indent: 40px to the element, only the first line of the text is indented. From this, I gather that it is treating the input as one block of text, as opposed to multiple return lines. Here is the page, that I mean: http://www.jeffpoetry.com/?page_id=61. Just let me know which lines of code that you need. Any help would be greatly appreciated.

Viewing 1 replies (of 1 total)
  • Thread Starter tua33450

    (@tua33450)

    I kind of figured this out. I just wrapped the element in pre tags, and enabled text wrapping. The text-indent still did not work, but I was able to manually indent with spacing in the textarea.

Viewing 1 replies (of 1 total)

The topic ‘Styling Theme Options Elements’ is closed to new replies.