• Resolved adri97

    (@adri97)


    Hi! I would like to indent the main text of the posts (in the main page) and the headings in the individual single posts. I have tried some modifications in the theme: F8 lite but I have not been successful.

    the blog is at https://www.birdingphilippines/blog

    please have a look and any help would be appreciated.

    many thanks!

    Adri

Viewing 5 replies - 1 through 5 (of 5 total)
  • huggie

    (@huggie)

    Change line 33 in wp-content/themes/f8-lite/css/screen.css from this:
    p {margin:0 0 1.5em;}
    to this:
    p {margin:0 0 1.5em 20px;}

    This will indent the text to the same level as your headers.

    Also, as a side note, this was easy to fix, the reason it probably wasn’t resolved by someone earlier is that you typed the URL incorrectly. Attention to detail will probably get you more responses, sooner ??

    Thread Starter adri97

    (@adri97)

    thanks huggie!

    that did it. another question though: how do i make the headers (in single posts and not in the main page) align the same way like those in the main page?

    what are the variables for the text headings in the comments page?

    Thanks in advance!

    Thread Starter adri97

    (@adri97)

    by the way to see the difference, here are the links:

    https://www.birdingphilippines.com/blog/?p=9

    and the main page:

    https://www.birdingphilippines.com/blog/

    Thread Starter adri97

    (@adri97)

    was able to solve this by using firebug! great tool!

    huggie

    (@huggie)

    Glad you sorted it. Firebug is how I diagnose all those problems.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Text indentation in main post’ is closed to new replies.