• Resolved Hafiz

    (@talha92)


    Hello,

    I have designed a wordpress theme at localhost and now I am trying to move it to another online server. All the pages I have created at localhost are working absolutely fine except the Blog post page.

    http://macewanmso.ca/wordpress/blog/

    Any suggestions what would have gone wrong?

    Home Page

    That is my Home page and it is working fine.

    Whichever page I choose as my blog post page gets the same problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Hafiz,
    You should look into your CSS. More specifically these rules:

    .blog img {
        width: 100%;
        position: absolute;
    }

    and

    .blog a {
        color: green;
        transition: 1s;
    }

    You probably want these rules applied to the content area only, not the header. You should change the selectors to .blog .content-area img and .blog .content-area a

    Thread Starter Hafiz

    (@talha92)

    @kostasni, Awesome!!! It worked for me. Thank you so much!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Localhost to New Server’ is closed to new replies.