Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter johnnyb3107

    (@johnnyb3107)

    Also, the text “Abonati-va la newsletter pentru a fi mereu informat despre noile oferte sau produse din magazinul nostru!” is the message for the checkbox for clients to opt-in on the newsletter. Can I make it stay next to the checkbox? As you can see, it bounces automatically on the next line

    I should deactivate W3 Total Cache while you’re working on this. Its masking what’s going on. Post back when you’ve done this.

    When the page working as you wish, clear the cache and turn it back on.

    Thread Starter johnnyb3107

    (@johnnyb3107)

    I’ve deactivated the caching plugin. Any ideas on how I could center the buttons?

    Try this custom css in:
    Dashboard > Appearance > Customize > Additional CSS

    #top .woocommerce .login .button,
    #top .woocommerce-page .login .button,
    #top .woocommerce .register .button,
    #top .woocommerce-page .register .button {
      display: block;
      width: auto;
      margin: 20px auto !important;
      float: none;
    }
    #top .form-row.mailchimp-newsletter {
      text-align: left;
    }
    #top .form-row.mailchimp-newsletter input[type="checkbox"] {
      display: inline-block;
      vertical-align: middle;
    }
    #top .form-row.mailchimp-newsletter label {
      display: inline-block;
      max-width: 400px;
      vertical-align: middle;
    }

    I’ve found it difficult because this new css has to override styles in avia-merged-style-(some-hex).css. This looks like its theme specific and I don’t know where its coming from. wordpress.org forum members don’t have access to commercial themes.

    @johnnyb3107

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. If you have further questions, please feel free to open a new topic.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Center buttons on login/register page’ is closed to new replies.