@media screen and (max-width: 1260px) {
  .post-share-buttons {
    margin-top: 30px;
    width: calc(100% - 40px);
    position: static;
    transform: unset;
  }
  .post-share-buttons ul {
    display: flex;
  }
  .post-share-buttons ul li {
    margin-bottom: 0;
    margin-right: 14px;
  }
  .post-share-buttons .blog_share_title {
    display: block;
  }
}