Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1374420

    Hello, how can I center the position of button in mobile version?

    Please chec the link in private content

    #1374463

    Hey troupdim,

    Thanks for contacting us!

    Could you please post a link of your page so we can provide you an accurate solution? :)

    Best regards,
    Yigit

    #1374465
    This reply has been marked as private.
    #1374467

    Hey,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    @media only screen and (max-width: 480px) {
    .avia-button.av-14b7av-fc5aa60a4df753ad7c839469f33ef344,
    .avia-button-wrap.av-14b7av-fc5aa60a4df753ad7c839469f33ef344-wrap {
      float: none;
    }
    .avia-button-wrap.av-14b7av-fc5aa60a4df753ad7c839469f33ef344-wrap {
      max-width: 210px;
      margin: auto;
    }
    }
    

    Regards,
    Yigit

    • This reply was modified 2 years ago by Yigit.
    #1374474
    This reply has been marked as private.
    #1374498

    Hi,

    Please try this CSS as well:

    @media only screen and (max-width: 767px) {
    div.av-166hof-4ee9f634a26710f10977894c0d66dd74 h2 {
      text-align: center; 
    }
    }

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.