• dfessak

    (@dfessak)


    Hey there…

    I am using a custom WordPress templete for my website. I had some copy written for me that I want to add to my homepage. The homepage has an image on the bottom that moves down when you add text, but it only goes down a limited amount, so when I add the new text it eventually goes over the image. How do I move the image down enough so the text no longer goes over the it?

    Here is my site…

    https://www.sweetpeastudiosnyc.com

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • esmi

    (@esmi)

    From what I can see, the image should be able to move down indefinitely.

    #content-home {
    background:transparent url(images/girl2.png) no-repeat right bottom;
    display:inline;
    float:left;
    height:auto;
    margin:10px auto 0;
    min-height:40em;
    text-align:left;
    width:980px;
    }
    Thread Starter dfessak

    (@dfessak)

    Yes, it keeps on moving down, but eventually the text catches up with the picture on the bottom and they both start to overlap. Once I have all the text in place, can’t I just tell it to move the picture down even further from what the default is now?

    I’m sorry if I’m not explaining things properly. I’m kind of new at this.

    esmi

    (@esmi)

    I’d need to see this for figure out what, if anything, is wrong. Everything I’ve seen thus far suggests that the problem should never occur. Perhaps it’s the content that you’re entering. Are you pasting it in from something like Word?

    Thread Starter dfessak

    (@dfessak)

    I do not believe you can post pics in this forum, so I can’t really show how it looks without making the home page look like that. It’s for my business, so it’s a no go there.

    I copied and pasted it from Word, but then just typed it all myself by hand, but it still does the same.

    Thread Starter dfessak

    (@dfessak)

    It seems to me as though it overlaps onto the image because it reads the image as part of the background. If the image was changed into the foreground, would that help?

    jrav001

    (@jrav001)

    Try adding some padding to the bottom of .post-home in order to push the background image down.
    Something like – padding-bottom: 150px;

    Thread Starter dfessak

    (@dfessak)

    How would I input that? Like I said, I once I start having to play with code, I get lost easily.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Moving An Image On Templete’ is closed to new replies.