Woo Commerce Alignment

Homepage Community Forums Epik Theme Support Woo Commerce Alignment

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7805
    sitegap
    Customer

      I have purchased Epik theme and have installed the Woocommerce plug in.

      However the product page is not displaying any margin. The product image and description tabs are alight tightly to the left page border with no margin.

      I have added the add_theme_support( ‘genesis-connect-woocommerce’ ); to the functions file.

      I then tested the plug in on Genesis and twenty-thirteen and the product displayed correctly

      An help advice would be greatly appreciated

      Thank you

      #7831
      Eric
      Customer

        We would need a link to see whats going on.

        Did you try with any other Genesis Themes? I would try with the Genesis Framework itself so then we can see if there’s something in the Epik css that needs adjusting.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #7917
        sitegap
        Customer
          This reply has been marked as private.
          #7923
          Eric
          Customer

            Oh ok, so there is no issue with the “alignment” you just need to add some padding on the left of the content area….

            To do this, you could override the WooCommerce css by adding this in your theme’s style.css file –

            .woocommerce div.product, 
            .woocommerce-page div.product {
                padding: 30px !important;
            }

            You can play around with that number until you get the desired spacing you want. Make sure and clear your browser cache (Reload Button) to see the result after you save it to your css.


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

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