Content is overlapping on the Shop Pages

This topic has 13 replies, 2 voices, and was last updated 1 month, 1 week ago ago by Jack Richardson

  • Avatar: Rok
    Rok
    Participant
    January 28, 2026 at 18:16

    When I activate the “Show subcategories and products” feature, it overlaps and covers some sorting features. How to fix this, where these Settings are? Check screenshots. Thanks

    Files is visible for topic creator and
    support staff only.
    12 Answers
    Avatar: Rok
    Rok
    Participant
    January 28, 2026 at 18:18

    Also I need to Update them from h4 to h2, it broke the structure of the page

    Files is visible for topic creator and
    support staff only.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 29, 2026 at 07:40

    Hello @Rok,

    If you would like to display categories or subcategories on your shop page, please ensure that each product category has a thumbnail image assigned to it. This will allow the categories to be displayed correctly.

    To add a thumbnail image, go to “Dashboard → Products → Categories”, select the desired category (https://prnt.sc/V_x91hA_fK7r), and upload the image (https://prnt.sc/lGNhoYB-3Dp2). Once this is done, the layout of your categories will appear correctly. Currently, the overlapping content occurs because some categories do not have images assigned.

    Additionally, we have added the following custom CSS to prevent overlapping of category content when no image is set for certain categories:

    .elementor-element .category-grid.content-inside:not(:has(img)) .categories-mask {
        padding: 25px 0 0;
        position: static;
        width: 100%;
        transform: none;
    }

    If a category does not have a thumbnail image, it will now display as shown here: https://prnt.sc/5qRJEiwny487.

    We have also added the following PHP snippet to your “child-theme/functions.php” file to modify the default tag of the product category title:

    add_filter('etheme_product_category_title_tag', function($tag) {
        return 'h2';
    });

    As a result, your product category titles now use the “h2” tag, as shown here: https://prnt.sc/aNNgQ_8XF-76.

    Best regards,
    Jack Richardson
    The 8Theme’s Team

    Avatar: Rok
    Rok
    Participant
    January 30, 2026 at 05:52

    Awesome!!! This is exactly what I needed!
    Thank you a lot

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 30, 2026 at 08:54

    Hello @Rok,

    We are very pleased to know that our solution met your expectations.
    Thank you for your kind feedback and for choosing our services.

    Best Regards,
    Jack Richardson
    The 8Theme’s Team

    Avatar: Rok
    Rok
    Participant
    January 30, 2026 at 19:10

    Oh, one more thing, can you check pls my element menus? We already added some custom code, and I assumed it was fixed, but it doesn’t look like it. The best option is to move H2 dynamic elements of categories from a menu to or

    , because it’s breaking my page structure.
    The issue is presented in the screenshots

    Files is visible for topic creator and
    support staff only.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 31, 2026 at 12:33

    Hello @Rok,

    It is not possible to modify the tag of categories only in specific locations, such as the menu or certain sections of the content. If you would like to change the tag, you can replace the previously added h2 tag with a “p” or “span” tag and check whether this improves the SEO structure of your pages.

    You can enhance the snippet added in your child-theme/functions.php previously described in this reply: https://www.8theme.com/topic/content-is-overlapping-on-the-shop-pages/#post-465093 and review the results afterward.

    Please note that category heading styles may be affected, and additional styling might be required. However, let us first find the best solution to ensure an optimal SEO structure for your page content.

    If you need our assistance, feel free to describe your request after suggested implementations.

    Best regards,
    Jack Richardson
    The 8Theme’s Team

    Avatar: Rok
    Rok
    Participant
    February 2, 2026 at 23:20

    I’m sorry, maybe I was not clear. The problem is with menu. All categories are added dynamically, from WP categories. And because of these elements are part of the Global Header, it always rendered at the top. We already done design modifications, and I assume it is also possible to update the structure

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    February 3, 2026 at 07:11

    Hello @Rok,

    We have reviewed your request, and as mentioned in our previous response (https://www.8theme.com/topic/content-is-overlapping-on-the-shop-pages/#post-465155), it is not possible to modify the category title tags specifically for the elements displayed in the menu. You can only change the tag of such an element, which will also update the tag for each category title in both the header and the page content.

    If you still require our assistance, please provide additional details to clarify your request, as we have already given a dedicated response on this matter.

    Best regards,
    Jack Richardson
    The 8Theme’s Team

    Avatar: Rok
    Rok
    Participant
    February 3, 2026 at 07:34

    I got you. Can you pls help me with styles? I have no idea, whay thay are different from right side

    Files is visible for topic creator and
    support staff only.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    February 3, 2026 at 07:46

    Hello @Rok,

    As you are using different widgets in your menu content, you need to configure each widget according to your requirements: https://prnt.sc/paUIBBqqwnue, https://prnt.sc/lTkDrNfGEMNt. Please note that we do not provide additional customization services; however, we are always happy to guide you on what needs to be configured and which settings to adjust.

    Kindly check the settings of your Icon List widget. If you require our assistance with specific settings, please attach screenshots of the content you need help with, and we will provide appropriate recommendations.

    Best regards,
    Jack Richardson
    The 8Theme’s Team

    Avatar: Rok
    Rok
    Participant
    February 3, 2026 at 07:57

    Jack, I know, and I would do this with pleasure! But the problem is that the Product Categories widget DOES NOT support these customization settings by default!

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    February 3, 2026 at 08:22

    Hello @Rok,

    Please note that each widget has its own settings, and the settings are not identical across widgets.

    We have checked and found that a line-height of 1px was set for the categories (https://prnt.sc/ibtED6hZZdjc), which we have now corrected. We added the following custom CSS: https://prnt.sc/dzwoaRZcUdnD. Additionally, we set the spacing to 0 (https://prnt.sc/pjvZTpFemEjy).

    Kindly check the result now -> https://prnt.sc/39NdkzIPgbGl.

    Best regards,
    Jack Richardson
    The 8Theme’s Team

  • Viewing 13 results - 1 through 13 (of 13 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.