Home Forums WoodMart support forum Having small image ruins the centering on product page

Having small image ruins the centering on product page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #151090

    hpb
    Participant

    Hey, can I remove enlarge picture option and the shipping and about brand tab:
    http://prntscr.com/plgquc

    Can I also center this?
    http://prntscr.com/plgrrm

    Thanks, kind regards

    #151102

    Hello,

    You can remove the enlarged picture option using the below CSS code in Theme Setting >> Custom CSS >> Global Custom CSS:

    .product-additional-galleries>div:last-child {
    display:none;	
    }

    You can remove the “Shipping & Delivery Tab” from Theme Settings > Product page > Tabs. Just remove the content or html block short code from “Additional tab content” and remove the “Additional tab title”.

    The “About Brand” tab only display when you add brand attributes to some product. So if you don’t want to display that tab just remove the brand attributes from the products and not the other attributes. In result “About Brand” tab will not shown.

    It requires customization to display that price and the wishlist in the centre as there is no option to do this currently and if we do it via custom code it might disturb other layouts. This is beyond our limitations and support policy.

    Best Regards.

    #151103

    hpb
    Participant

    Also just found out that rectangular label shape for sale percentage does not seem to work, they are not displaying:
    http://prntscr.com/plho2q

    #151269

    Hello,

    Please deactivate all the plugins not related to the theme and check the issue, if the problem remains, leave the plugins not activated and provide the site admin access to the private area.

    Best Regards.

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