• Hey guys, i desperately need to adjust the header on my checkout page in Woocommerce.. specificially, i need to shift it down. Which php relates to the checkout page and where does it make this header call.. i’ve looked everywhere.. thanks!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • What theme are you using? Usualy, if you use a commercial theme or plugin we point people to the theme/plugin author(s) for support.

    Thread Starter sameagle

    (@sameagle)

    it’s a monster theme, but i would like to do it in the php.. i changed the shop header in woocommerce.php by styling a top margin and it worked great:

    <?php get_header(); ?>

    <div id=”content” class=”grid_12 <?php echo of_get_option(‘blog_sidebar_pos’) ?>”>
    <div class=”<?php if (of_get_option(‘blog_sidebar_pos’)==’right’) {echo ‘right-indent’;} else {echo ‘left-indent’;} ?>” style=”margin-top: 60px;”>
    <?php woocommerce_content(); ?>
    </div>
    </div><!–#content–>

    <?php get_footer(); ?>

    this call has to be in a woocommerce checkout php file somewhere.. i’m beyond frustrated, any help with this would be sooo appreciated..

    the problem is this https://www.coldstreamnaturals.com/sandbox/checkout/

    thank you a million times

    Thread Starter sameagle

    (@sameagle)

    did i lose you media? is there a way to do this in the woocommerce php? is there a better way to do it in the css?

    thanks!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Moving Headers down in Woocommerce’ is closed to new replies.