Viewing 1 replies (of 1 total)
  • Hi @simonetin,

    Thanks for reaching out to us. Kindly paste the following CSS code in Appearance -> Customize -> Additional CSS section to resolve this issue.

    @media (min-width: 426px){
    .qmn_pagination .qsm-progress-bar .progressbar-text{
        position: absolute;
        top: 17px !important;}}
    
    @media (max-width: 425px){
    .qsm-submit-btn{
      display: inline-block !important;
      text-align: center !important;
      position: relative !important;
      top: 187px !important;
      left: 0 !important;
      right: 0 !important;}}

    Let me know.

    Regards,
    Kriti

Viewing 1 replies (of 1 total)
  • The topic ‘Number on progressbar and buttons not aligned properly’ is closed to new replies.