Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1030116

    I do not know what is causing the 200 pixel high space between my header and breadcrumbs bar on the Shop page. Please help. See http://fansofwordpress.com/shop/

    Thanks in advance for your help! – Perry

    #1030124

    Well i don’t know how your page setup is on that page, but there is a product description div. You can get rid on that page by:

    .post-type-archive-product #av_product_description {
        display: none;
    }

    but have a look if you havn’t the chance on your shop settings to avoid generating that div

    #1030280

    Hi,

    Thanks for helping out @guenni007, did you try that out and did you have any luck with it @PerryG?

    Best regards,
    Rikard

    #1031992

    I looked for the div but couldn’t find it. But this worked perfectly. Thank you!

    .post-type-archive-product #av_product_description {
    display: none;
    }

    #1032151

    Hi,

    Great, glad you got it working and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.