Okay
  Public Ticket #3680785
matching graphic size to text box
Closed

Comments

  •  1
    Rick started the conversation

    I'm trying to have the graphic on the right match the height of the text in the column to the left 

    Attached files:  Screenshot 2024-07-06 at 00.06.13.png

  •  1
    Rick replied

    I tried adding extra css in the appearance > customize settings to no avail and adding a .js script but since removed .  



  •  1,782
    Judith replied

    Hello Rick,

    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:

    img.img-with-animation.nectar-lazy {
        height: 157vh;
        width: 69vw;
        margin-left: 64px;
    }

    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.