Button styling

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #7351
    Regine Endres
    Participant

      Hi Olly,

      I would like to change the order button to be only around 300px wide and aligned to the right instead of going across the entire table.

      I tried all sorts of CSS codes, but can’t get smaller. Any help would be greatly appreciated.

      Kind regards

      Regine

      #7355
      Olly
      Admin & Mod

        got a link link ?
        (depends on your theme )

        #7364
        Regine Endres
        Participant

          Hi Olly,

          Sorry, keep forgetting since I have posted multiple posts.

          new.elmexicano.net.au/armadale/

          login as previously advised

          Thanks

          Regine

          #7367
          Olly
          Admin & Mod

            >Sorry, keep forgetting since I have posted multiple post
            nowhere near as many as i have…..

            anyway:

            width: 300px;
            min-width: 300px;

            #7429
            Regine Endres
            Participant

              Thanks Olly,

              I added the code, but it only affects to buttons in the cart, but the button on the order page is still full width.

              Thanking you in advance.

              Regine

              website new.elmexicano.net.au/armadale
              login as previously supplied

              #7431
              Olly
              Admin & Mod

                cant see you overriding the min-width anywhere..
                in any case try this instead

                width: 300px !important;
                min-width: 300px !important;

                #7451
                Regine Endres
                Participant

                  Thanks Olly,

                  that has done the trick.

                  Kind regards

                  Regine

                Viewing 7 posts - 1 through 7 (of 7 total)
                • The topic ‘Button styling’ is closed to new replies.