Reply To: Woo Commerce Alignment

Homepage Community Forums Epik Theme Support Woo Commerce Alignment Reply To: Woo Commerce Alignment

#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