• Resolved Tonee

    (@tonee)


    Hi,

    I’m having a WP-site with a child theme of the Resposive. I’m using Firebug, but still I can’t find out why the content and the left floating image is moving on all pages.

    Watch it here:

    http://angel-eye.net

    Any ideas of how I can solve this? I’ve tried everything, even copying the “single.php” to “home.php”, but no progress. Might be something deep down in the Resposive that I can’t find.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    On line 1116 of style.css, you have a style only applied to the home page;

    .home #wrapper {
    background-color: transparent;
    border: none;
    margin: 0px auto 0px auto;
    padding: 0;
    }

    The home page appears as all other pages when you remove the padding: 0; style.

    Thread Starter Tonee

    (@tonee)

    OMG. Thank you so much!

    Just in case that more assistance is needed and to take the load-off this forum, please see http://themeid.com/forum

    @andrew Nevins thanks for giving a hand 🙂

    Thanks,
    Emil

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't figure out why index is different.’ is closed to new replies.