Okay
  Public Ticket #3226137
Flipbox
Closed

Comments

  • andrea3870 started the conversation

    Hello,

    please how can I manage the css of the text content in a Fancy Box when I selected IMAGE ABOVE TEXT, I'd like to change the padding of the text (or of the image) to make the text close to the image


    Thanks

  •  1,642
    Judith replied

    Hello Andrea,

    Thanks for choosing Salient.

    I am not seeing the fancy box, please send the page URL with the fancy box.

    Thanks.

  •  1,642
    Judith replied

    Hi Andrea,

    Please try this css:

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

    Thanks.