• Resolved Maxx4444

    (@maxx4444)


    I have a website that has a WP page in it. What I click on the link. It takes me half way down the page of the blog. How can I make it go to the top. Here is the website. https://www.aacwinnipeg.mb.ca/ If you go to this site and click on FORUM on the left hand side. You will see the blog pop up but half way down. Can some one help me please?

Viewing 4 replies - 1 through 4 (of 4 total)
  • This is the target of the link:
    https://aacwinnipeg.mb.ca/wp/?p=1#comments

    See the #comments at the end of the url? That tells the browser to go the main url, and then skip to the element with the id of comments. Make sure you remove the #comments, and the link will work as you expect.

    Thread Starter Maxx4444

    (@maxx4444)

    Thank you. That was very helpful. I do have one more question. Because I took over this WP Blog. I notice that there is a line going through some text on the left side. How can I fix this. It seems things are off center.

    That’s the Kubrick theme, the original WordPress default theme. From your stylesheet, I see the following rule that’s affecting the display issues you’ve referenced:

    .widecolumn {
      padding: 10px 0 20px 0;
      margin-left: 100px;
      width: 650px;
    }

    Try giving that an extra 30px left margin and it should look better.

    Thread Starter Maxx4444

    (@maxx4444)

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘My page goes down half way’ is closed to new replies.