Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1154499

    Hi guys
    have searched support but to no avail
    Wish to center a woocommerce single product of a normal website page (and not the actual product page) using a short code
    [product id=”3347″]
    The product aligns left

    Any assistance much appreciated and, as always, Enfold and you guys rock
    Thanks for your help
    Chris

    #1154906

    Hey fineart,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top.page-id-3017 .products.columns-1 li {
        display: block;
        margin: 0 auto;
        float: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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