• Resolved sireneweb

    (@sireneweb)


    When i define padding to 0 for content, in style tab and apply padding to content padding, there are no effect on front side because you need to add this two lines in Flip_Box.php

     '{{WRAPPER}} .eael-elements-flip-box-front-container .eael-elements-flip-box-padding'  => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
                        '{{WRAPPER}} .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding'  => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',

    I hope to integrate this fix

Viewing 1 replies (of 1 total)
  • Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @sireneweb ,

    Hope you’re doing good.
    Currently, the Content Padding is take impact on the eael-elements-flip-box-front-container class. We will add new controller for the content in the future and rename the current one with the Flip Box Padding so that existing users will be not be affected by this with their current design.

    For this time being, I would recommend you to add this CSS on your stylesheet:

    .eael-elements-flip-box-padding {
        padding: 0px !important;
    }

    NOTE: You can easily apply custom CSS by following this documentation: https://essential-addons.com/elementor/docs/faq/apply-custom-css-elements/

    Thank you.

Viewing 1 replies (of 1 total)

The topic ‘flipbox content padding not working’ is closed to new replies.