Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1394493

    Hello, how can I center the call button in homepage on mobile version?

    #1394511

    Hey,

    Thanks for contacting us!

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

    
    @media only screen and (max-width: 767px) { 
    .avia_transform .avia-button-wrap.av-14b7av-40967159c1685d687e874f52f7c3cc4f-wrap {
      float: none;
    }
    .avia-button-wrap.av-14b7av-40967159c1685d687e874f52f7c3cc4f-wrap.avia_animated_button.av-animated-when-visible-95.pop-up.avia-button-right.avia-builder-el-5.avia-builder-el-no-sibling.avia_start_animation.avia_start_delayed_animation {
      margin: auto;
      float: none;
      max-width: 200px;
    }
    }
    

    Best regards,
    Yigit

    #1395125

    thanks a lot,

    How can also center the text “Επικοινωνήσετε μαζί μας για μια δωρεάν πρώτη εκτίμηση!” only on mobile version?

    #1395183

    Hi,

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

    
    @media only screen and (max-width: 680px) { 
    .av-special-heading.av-15dijn-485b0c3c3482b452d4e5bdeb58381d5a {
      text-align: center;
    }
    }
    

    Best regards,
    Yigit

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