Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #449268

    Hi, thanks for your support.
    I’ve just “Override loop template and show quantities next to add to cart buttons.”

    here is my problem:
    error
    how can I properly align quantity selector on top of add to cart button, remove extra whitespaces?

    #449538

    Hey Martin!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page div form.cart div.quantity {
      margin: auto;
      float: left;
      position: relative;
      top: -25px;
      left: 21%;
    }
    form.cart>span {
      top: 68px!important;
      position: relative;
      left: 18%;
    }

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.