Viewing 1 replies (of 1 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It’s an issue with the implementation of the template/ style that has been added to move your content up closer to the header. Remove that style. It’s added with elementor and if you’re unsure how to remove it you can ask elementor’s support.

    In general, try to avoid moving things up in that fashion. I’m not sure how much elementor has revealed, but the style is a bit of a hack:

    
    .elementor-81 .elementor-element.elementor-element-2880adf {
        ...
        margin-top: -49px;
        ...
    }
    

    It’s the negative value that is bad practice.

Viewing 1 replies (of 1 total)

The topic ‘Issue with padding/margin using Woocommerce template’ is closed to new replies.