Viewing 2 reply threads
You must be logged in to reply to this topic.
I have my site complete and it looks beautiful on desktop. But I’m having a few issues with the mobile version I can’t figure out how to fix. On the homepage, there are two areas where there are “learn more” buttons over a dark gray background. On the mobile version they move so they are startling the gray and then white background. How can I get them to stay surrounded by the gray?
clearpathalerts.com
Hello,
Please add this code into your custom css box:
@media (max-width: 840px){
.btn-bt.business {
padding: 12px 22px !important;
}}
This should be the result: https://ibb.co/mpkSfw
Were you referring to this? Let me know.
Best regards!
You must be logged in to reply to this topic.