Viewing 9 replies - 1 through 9 (of 9 total)
  • Johnny Tuc

    (@johnnytuch13)

    First, you should have a child theme installed and make modifications on it.

    Thread Starter bdains

    (@bdains)

    I am creating a child theme now. Any advice in regards to the questions?

    Thread Starter bdains

    (@bdains)

    I finally got the child theme to work properly! My gosh, haha.

    Thread Starter bdains

    (@bdains)

    *bump*

    Could someone at least point me in the right direction?

    CrouchingBruin

    (@crouchingbruin)

    Moving the button down is easy, you just increase the margin-top on it from 20px to something, like, 220px:

    .banner #get-started {
       margin-top: 220px;
    }

    Just adjust the value depending upon how far down you want to move it.

    Adding the form to the header, though, is going to be a bit more challenging. You’ll probably have to modify a copy of the header.php file in your child theme to put the form HTML in there.

    And just as an FYI, the moderators don’t like posts being bumped.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    *bump*

    Could someone at least point me in the right direction?

    If you need urgent support consider hiring someone: https://jobs.wordpress.net

    APConsulting

    (@apconsulting)

    bdains, it looks like you might need for of a personal touch for your site. Would you like me to look a bit further into your issue for you?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @apconsulting, btw, You can view all of the CSS from the website and you don’t need people to contact you.

    Thread Starter bdains

    (@bdains)

    Thanks for the responses and I apologize for bumping. If I wasn’t in college and so broke, I would ask for paid assistance.

    Thanks for the advice @crouchingbruin. I have some PHP to learn!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Styling :(’ is closed to new replies.