• I have a website that I’d like to move all 5 of my circles down to the lower portion of my homepage. Is there anyway to move the circles without re-writing a lot of code? I’m not very knowledgeable in that area so I don’t want to mess things up! The other option is moving the background images (tiled) to the bottom of the page and making them smaller so the circles aren’t in the way.
    I saw a previous post about moving them but I was unable to do that level of code/CSS editing. I know how to do very basic stuff but can’t venture out on my own yet ??

    Thanks!

    site: https://www.rallyforreese.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dschmoyer20

    (@dschmoyer20)

    Never mind, I fixed it.

    thanks!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Hi, can you post here how you resolved your issue?
    Just in case someone in the future also experiences it.

    Thread Starter dschmoyer20

    (@dschmoyer20)

    In your style.css find on line 729 and change “padding: 0;” to “padding-top: 350px;” (or what ever spacing you want to have it at)
    Example:

    /* =Homepage

    ———————————————– */

    #primary {
    padding-top: 350px;

    width: 100%;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Realigning Circles?’ is closed to new replies.