• Resolved ssiruguri

    (@ssiruguri)


    I have v 2.0.28 of the plugin on this site.

    I am trying to add padding around the text in the text layer – I use the value “40px 20px” in the Padding box in the settings screen for the layer but I see in my Inspector that the text span element is set to “padding: 0”

    How can I insert custom padding?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello, @ssiruguri!

    Thanks for posting about this!

    Do you have a cache plugin installed to your website? If you do, please make sure to clear it and test the results.

    In case the problem will still occur, please contact our team through this form (select “I have a pre-sales question” and the form will appear. Also please indicate the URL of this forum thread in your message.

    We will figure out a solution as soon as possible and share it here.
    Thanks! Have a great day!

    Thread Starter ssiruguri

    (@ssiruguri)

    No, we don’t have a caching plugin. Other changes I make to the text layer settings get applied immediately – for example, the dimensions or positioning.

    I will use that form. Thanks.

    Hey, @ssiruguri!

    Thank you, we received your support request and responded to it. Hoping to hear from you soon.
    Cheers!

    Hi, @ssiruguri!

    The setup of the layer was correct, so there must be a different conflict. Since you cannot give us temporary admin access, you can solve this issue by adding the following CSS code to Appearance > Customize > Additional CSS:

    span[data-type="wdps_text_parent"] {
       padding: 40px 20px !important;
    }

    Make sure to clear the cache of your web browser before you check the changes.
    Thanks! Have a wonderful day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Padding CSS for text layer’ is closed to new replies.