Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #825030

    Good morning
    Could you please help us, we are having trouble trying to keep all product buttons on the same line. at the moment there all different levels?
    See image attached

    #826752

    Hey mawebdesign,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #828649
    This reply has been marked as private.
    #828827

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .woocommerce ul.products li.product h3,
    .woocommerce-page ul.products li.product h3 {
        height: 80px;
    }

    Here are some more tips:

    Best regards,
    Mike

    #828913

    Hi Mike
    Thank you for your help, much appreciated.
    Works great on the shop page :-)

    How do we apply this CSS code to the home page product slider?

    Mark

    #829464

    Hi Mark,

    I checked your site but it seems your site is currently being updated. Try using this css code:

    
    .home ul.products li.product h3 {
        height: 80px;
    }
    

    Hope this helps. :)

    Best regards,
    Nikko

    #829547

    Hi Nikko
    That works, thanks again for your support.
    Mark

    #829553

    Hi Mark,

    You’re welcome, glad we could help :) Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Buttons inline’ is closed to new replies.