Okay
  Public Ticket #3981294
mobile issues
Open

Comments

  • amtahanni started the conversation

    is there anyway to resize the button on mobile. its too big. the one in the middle, Measurement + 3-D Design

    Attached files:  thumbnail_IMG_3509.png

  •  2,065
    Judith replied

    Hi Amtahanni,

    Thanks for writing to us.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    @media only screen and (min-width: 1px) and (max-width: 999px) {
    a.nectar-button.large.see-through-2 {
        width: 59vw;
    }
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.