• If the child theme is activated for some reason this css is added only in products page and it add 44px to the right and by doing that it makes so you can move horizontally in mobile and tablet. If I delete the child theme everything is okey. Only talking about the header comment, no ccs just the header comment.

    Here is the css it adds:

    body:before {

    1. content: ”;
    2. position: fixed;
    3. top: 0;
    4. right: 0;
    5. bottom: 0;
    6. left: 0;
    7. background-color: transparent;
    8. z-index: -3;

    }

    This file calls it: /wp-content/plugins/botiga-pro/assets/css/botiga-side-mini-cart.min.css?ver=1.2.2

    Everything else is fine, the problem is that this is added in product page and it moves the whole site by 44px.

Viewing 1 replies (of 1 total)
  • Thread Starter bbzbelenkas

    (@bbzbelenkas)

    Found the culprit.

    Single product -> product navigation, the right one product pushes the whole site.

Viewing 1 replies (of 1 total)
  • The topic ‘In product page alone if child theme shews content’ is closed to new replies.