Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #388049

    hi,
    could you help me? this is my homepage: http://www.piemontigiocattoli.com . i would:
    1- reduce the space (top and down) of the bottom block after the first layerslider (where there’s “per Tipologia” and the other 3 buttons)
    2- allign the product slider layout: i notice that in the three 4/5 blocks i’ve inserted, the single products aren’t alligned because there’s different title lenght
    3- avoid that the woocommerce badge “on sale” do not cover part of the product title

    it is possible?

    regards,

    Nic

    #388436

    Hi piemoo!

    1. Add this to your custom CSS.

    #after_layer_slider_1 .template-page { padding-top: 10px !important; padding-bottom: 10px !important; }
    

    2. How are you trying to align them? Can you take a screenshot and highlight what your trying to do?

    3. Add this to your custom CSS.

    .inner_product_header h3 {
      width: 70% !important;
    }

    Cheers!
    Elliott

    #388489

    Hi Elliott!

    i mean this:
    -

    it affects also category layout.. previusly the installation of Enfold, i’ve resized all my product images with max size 850 x 850 and after installation i’ve regenerate thumbnails with “regenerate thumbnails” plugin with the default setting inserted in woocommerce

    Regards,

    Nic

    • This reply was modified 9 years, 1 month ago by piemoo.
    #388625

    i’ve another question. First i had Abundance and then i switched to Enfold regenerating thumbnails. Is it normal that i’ve 13 different copies of the same image in every wp-content/uploads folders?

    • This reply was modified 9 years, 2 months ago by piemoo.
    #389156

    Hi piemoo!

    Regarding your second problem. The difference in height is due to the product images being different in height, and more or less text for the descriptions. To fix this we could set a fixed height for the blocks, but there’s always a risk that some information within the block will not display if you choose that option.

    Best regards,
    Rikard

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