Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wp_user1

    (@wp_user1)

    on desktop version it looks like that: https://abload.de/img/bildschirmfoto2023-08olch7.jpg

    Hi @wp_user1

    Thank you for your query.

    Please add the below CSS code in Dashboard>Appearance>Customize>Additional CSS should resolve the issue.

    @media (max-width: 480px) {
      .link-template-default .media{
        display: block !important;
      }
      .link-template-default .media .mr-3{
        float: left !important;
        display: inline !important;
      }
      
      .link-template-default .media .ml-3{
        margin-left: 0 !important;
        margin-top: 15px;
      }
       
    }

    With Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘responsive problem: download button in mobile version cutted’ is closed to new replies.