Home Forums WoodMart support forum Product navigation responsivity issue

Product navigation responsivity issue

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #268903

    tcsg.toth
    Participant

    Hello,
    I have a responsivity issue in mobile. Photo attached of the problem.

    #268904

    tcsg.toth
    Participant

    Link in private

    #268942

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .single-product .woocommerce-breadcrumb a {
    margin-right: 0px;
    }
    
    .single-product .woocommerce-breadcrumb a:after {
    margin-left: 0;
    }
    
    .single-breadcrumbs-wrapper .woodmart-products-nav {
        position: absolute;
        right: 20px;
        top: 15px;
    }

    Best Regards.

Viewing 3 posts - 1 through 3 (of 3 total)