Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2755744
Giant Button Not Responsive
Closed

Comments

  • emosamurai started the conversation

    I have a CTA button on my site that came with the demo content and it's the only thing that doesn't respond dynamically when you view it on mobile. Can you help me figure out how to make it respond? 

  •  4,772
    Michael replied

    HI!

    Please use following CSS example:

    @media(max-width:767px){
    .great-button a.gem-button.gem-button-size-giant {
        white-space: pre-line;
        height: auto !important;
        line-height: 1.5;
    }}

     

    7643396897.png
  • emosamurai replied

    Thank you so much!

  •  4,772
    Michael replied

    You're welcome! Have a nice day!