Big Gap between top menu and product photos

Home Forums All Other Themes Big Gap between top menu and product photos

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #179600
    Sandy TsoiSandy Tsoi
    Participant
    • Topics: 7
    • Replies: 30
    • Total: 37
    Member since: April 26, 2021

    There is a big gap between the top menu and the product photo on web-based device but not mobile device. How can i remove the big gap??

    bosu.freeofficesolutions.com/?product_cat=packs

    This problem appears on all product pages under online menu.

    Sandy

    #179634
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .tax-product_cat .page_head, .tax-product_cat .post_head { height:auto !important;}
    body.woocommerce-page #content { margin-top: 80px;}

    Regards,
    Dave

    #179664
    Sandy TsoiSandy Tsoi
    Participant
    • Topics: 7
    • Replies: 30
    • Total: 37
    Member since: April 26, 2021

    Thanks Dave, it works,

    However, I found some of the product page has below problem. The ‘related product’ text font is too big. But some of the product pages don’t have this problem?

    Also, may I know how to make the top menu background color? I made changes on the customise area but it doesn’t work on those page generated by woocommerce.

    Sample page: bosu.freeofficesolutions.com/online-menu/teriyaki-beef-bento?v=6cc98ba2045f

    #179704
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    section.related.products {
        float: left;
    }
    body.woocommerce-page .header {
        background: rgba(2,2,2, 1) !important;
    }

    Regards,
    Dave

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