• Resolved egraham

    (@egraham)


    Hi, I run my whole site on WordPress, including all my subpages like about me etc. On ALL my subpages there is this
    four line space or so between the title and the page content, and nobody matter what I do to try and get rid of this space nothing will fix it.

    thanks

Viewing 12 replies - 1 through 12 (of 12 total)
  • Would you be willing to share a link to one of the pages? Would be very helpful to see what’s going on.

    Thread Starter egraham

    (@egraham)

    sure! just one sec

    Thread Starter egraham

    (@egraham)

    okay http://unfab.org/domain

    between the title domain and the rest. It’s like wordpress has set aside a huge part of the page just for the title or something. Even when I tried having no title the start of the page text was way more down than it should of been.

    Mind you, this isn’t a huge problem or anything, It’s just sort of baffling me why I can’t move the page up a bit closer to the title, but then again I’m a perfectionist. But thanks for any help or atleast trying.

    Thread Starter egraham

    (@egraham)

    anybody???

    Patience, Grasshopper.

    Thread Starter egraham

    (@egraham)

    haha okayy

    Thread Starter egraham

    (@egraham)

    Anybody know how to fix this problem? Thanks

    look at this part of the code: <div align=right><h4>domain</h4> </div><BR>

    you are having div, h4 and a br after that. that is sure to leave out a lot of space. try removing the br. also instead of using div to align, you can directly write this code: <h4 align="right">domain</h4>. it does the same work as your code.

    Thread Starter egraham

    (@egraham)

    Hey abhideydas, thanks however I did not code that myself. I made a wordpress page and I typed the title (domain) and wordpress has added all the codes like div, h4 etc. All I can edit is the name of the title and not anything else so I’m confused as to how to fix this problem since I have no control over the coding of the title.

    Any ideas?

    Thanks

    You have lots of control over the coding in the title. It is part of the theme that you’re using and you can edit the theme files.

    Thread Starter egraham

    (@egraham)

    what file? index.php?

    thanks

    Thread Starter egraham

    (@egraham)

    never mind figured it out

    thanks for everyone’s help!

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Unwanted auto format’ is closed to new replies.