Okay
  Public Ticket #3652348
Fancy boxes offsetting the image when vertical
Closed

Comments

  • davidcashman99 started the conversation

    I have three fancy boxes set up across under the main image of the splash page. When they have enough room to be next to each other, it's great. However, when they are vertical (say on an iPad), the image is increasingly offset. (See images)

    Attached files:  offsetimages.gif
      Screenshot 2024-05-22 at 9.05.27 am.png

  •  1,875
    Judith replied

    Hi David,

    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 (min-width: 690px) {
        .vc_col-sm-4 {
            width: 33.33333333% !important;
        }
    }

    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.