• Resolved sebas3407

    (@sebas3407)


    Hello, I do not understand why this happens, but if I create 5 steps, the design on the phone is completely responsive, but if I create 6 steps, the design on the phone breaks

    Thanks for your attention

    • This topic was modified 7 years, 4 months ago by sebas3407.
Viewing 1 replies (of 1 total)
  • Plugin Author CoolHappy

    (@narinder-singh)

    Hello,

    In order to fix this issue Please follow below mention steps:-

    Please open process/css/cool-process.css file.
    And go line number #290 and find this media query.
    @media only screen and (max-width: 768px)

    Just add below mentioned CSS snippet after line no #303.

     .cool-process-steps li{
        width:100%!important;
      }

    Please let me know if you are still unable to fix this issue.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Responsive with 5 steps- NO Responsive with 6 Steps’ is closed to new replies.