Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor angelleye

    (@angelleye)

    That can be adjusted in your theme’s CSS. Hopefully you’re using a child theme already..?? If not, I highly recommend creating one, and then you can make a small adjustment to the CSS that handles that button to move it around wherever you want.

    If you provide a link to the site so I can see it in a browser I can let you know what rule(s) you need to adjust to get it where you want.

    Thread Starter mikobig

    (@mikobig)

    Thanks!
    Here

    Plugin Contributor angelleye

    (@angelleye)

    Looks like it’s going to be a little bit more work in your theme that I can do for free for you, but I was able to make it look a little better (in my opinion) by removing the clear rule so that it removes the gap between the Update button the PayPal button.

    What do you think of this? https://grab.by/zG4O

    Thread Starter mikobig

    (@mikobig)

    It is better so I think it will be OK.

    Plugin Contributor angelleye

    (@angelleye)

    Ok, to get that done, add the following to your child theme’s stylesheet.

    .paypal_box_button {
        clear: none;
    }

    That should do it!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Formatting Help needed’ is closed to new replies.