.mobileShow {
  display: none;
}
/* full width of parent */
.mobileShow img{
    width: 100%;
}
/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .mobileShow {
    display: block;
    width: 40%;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -20%;
  }
}

워드프레스(WordPress)에서 적절한 서클 아이콘을 찾아 ES 법률사무소 웹에 넣은 후 위 CSS를 조금 변형한 후 서클 아이콘에 적용시켜서

아래와 같은 연보라색의 상담 예약 sticky button을 만들었습니다.

sticky button1                                                 sticky button2

모바일 화면을 스크롤해도 같은 위치에 잘 나오고 있음을 확인하였습니다.