Okay
  Public Ticket #3664883
Fancy box middle text
Closed

Comments

  • Jac started the conversation

    Hello, I want to make this fancy box texts like "klimatyzacja" to be in the middle of the picture? How to do that? Check SS

    Attached files:  123.png

  •  1,882
    Judith replied

    Hello Jac,

    Thanks for contacting 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:

    .nectar-fancy-box[data-style=image_above_text_underline] .text {
        text-align: center;
    }

    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. 

  • Jac replied

    Now, some of them are on the middle and some not. Check

    Attached files:  321.png

  •  1,882
    Judith replied

    Hi Jac,

    Thanks for writing back.

    You can add this css as well:

    .nectar-fancy-box[data-style=image_above_text_underline] .text {
        padding: 30px 0% 0 0;
    }

    I truly hope this proves helpful for you. Should you have any further questions or encounter any difficulties along the way, please don't hesitate to reach out. 

    Best regards,