• Resolved anassal

    (@anassal)


    Please see back and next buttons on desktop they are not aligned below form

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Dina S.

    (@themehighsupport)

    Please check by adding the below code to your Additional CSS file in order to resolve the issue.

    @media (min-width:1025px){
    
       input#action-next {
    
       margin-left: 18px;
    
     }
    
       input#action-prev {
    
       margin-right: 400px;
    
       float: right;
    
       }
    
       .woocommerce .notes {
    
       padding: 0!important;
    
       }
    
    }

    Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘Buttons problem’ is closed to new replies.