Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support kenil802

    (@kenil802)

    Hi @prashantkrsahu,

    Sorry for the delay in response.

    We will check on this and get back to you with an update.

    Regards,
    Kenil Shah

    Plugin Support kenil802

    (@kenil802)

    Hi @prashantkrsahu,

    Sorry for the delay in response.

    Can you please try by setting the margin as per your requirements and check whether the margins come proper or not. Please add the below code in the functions.php file of your active theme.

    Code:

    function example_margin_changes() {
    ?>
    <style>
    #page {
    margin: 0px;
    }
    </style>
    <?php
    }
    add_action( ‘wcdn_head’, ‘example_margin_changes’, 20 );

    Do let us know how it goes.

    Regards,
    Kenil Shah

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove Margin from page.’ is closed to new replies.