Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1029204
    mat_kinotek
    Participant

    Hi,
    i cannot find a solution to diminish the vertical space between fields in my check out page here: https://cherrylaser.com/?page_id=9 i need the fields to have less space in between so the page is more compact vertically.
    I’d also like to have the drop-down fields with sharp corner instead of rounded.
    Thanks!

    #1029553
    Christopher
    Moderator

    Hi there,

    I need to login first to see that page, please provide us with login credentials.

    Thanks.

    #1031181
    mat_kinotek
    Participant
    This reply has been marked as private.
    #1031730
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .woocommerce-account form select, .woocommerce-account form textarea, .woocommerce-account form input[type="tel"], .woocommerce-account form input[type="text"], .woocommerce-account form input[type="email"], .woocommerce-account form input[type="password"], .woocommerce-checkout form select, .woocommerce-checkout form textarea, .woocommerce-checkout form input[type="tel"], .woocommerce-checkout form input[type="text"], .woocommerce-checkout form input[type="email"], .woocommerce-checkout form input[type="password"] {
        margin-bottom: 0;
    }

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-1029204 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>