wordpress - styling adjustments to woo commerce shop page -


can offer advice on how make styling adjustments products on shop page? find close , i'd space them out bit. also, product titles, being of different lengths, creates bit of chaotic appearance 'add cart' buttons not positioned uniformly on straight line. obviously, caused varying length product titles , ratings element. need know function in style these elements. site test. takes awhile load, because servers on hosting platform slow. http://www.cjbergin.com/wordpress

the spacing of products can changed having bigger margin on classes:

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product 

the product titles being different heights can fixed adding height: 20px; (change value suit needed). following classes:

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -