Viewing 15 replies - 1 through 15 (of 17 total)
  • Try this in your custom css:

    .sku_wrapper {display:none}
    
    .variations_form input,
    .variations_form textarea
    {display:block; width:300px}
    
    .woocommerce .cart .actions .giftcard,
    .woocommerce-page .cart .actions .giftcard
    {width:200px; margin-top:-1px; border:1px solid #f2f2f2; padding:15px}
    
    .woocommerce .cart .actions .giftcard input[type="submit"],
    .woocommerce-page .cart .actions .giftcard input[type="submit"]
    {width:100%; margin-top:0.5em; padding:0.45em 0.5em 0.575em; font-size:14px}
    
    .woocommerce .cart .actions .giftcard input[type="text"],
    .woocommerce-page .cart .actions .giftcard input[type="text"]
    {width:100%; margin:0; padding:0 0.65em; font-size:13px}
    
    .checkout_coupon input,
    .checkout_giftcard input
    {width:160px !important; margin:0; padding:8px;}
    .checkout_coupon .form-row,
    .checkout_giftcard .form-row
    {margin:8px 0 8px 0}
    
    .woocommerce-shipping-fields h3
    {display:none}

    If it doesn’t work, leave it in so it can be debugged.

    Thread Starter jgrant999

    (@jgrant999)

    I tried to add the code last night and it didn’t work exactly so I was just about to reply to this thread when I updated to the new woocommerce plugin. Now I am unable to pull up my site at all.

    If you can access your site using FTP or your host’s file manager software, find the directory at:
    wp-content/plugins/woocommerce
    and rename it to say
    wp-content/plugins/old-woocommerce
    This will disable WooCommerce and should let you back in. Tell us what happens.

    Thread Starter jgrant999

    (@jgrant999)

    I got it back up and running. It looks like my payment gateway plugin didn’t like the new woocommerce update so I disabled both woocommerce and it, and now the site is back functional.

    But the css you told me to add on the previous post still didn’t work. Can you still help debug?

    Sure, the problem is the new css is inside the @media (max-width: 979px) brackets. Add a } after the next two bits of css, and delete the endmost }.

    Thread Starter jgrant999

    (@jgrant999)

    Ok this is the css that is in there now. I will post what I’m changing it to next

    .h-feature-headline span i {
    background-color: #004eff;
    }

    @media (max-width: 979px){
    .x-nav-collapse, .x-nav-collapse.collapse {
    overflow: hidden;
    height: 0!important;
    }
    .x-nav-collapse, .x-nav-collapse.collapse.in {
    height: auto!important;
    }
    .x-btn.green-btn {
    color: #ffffff;
    border-color: #f9c608;
    background-color: #639a37;
    }

    .x-btn.green-btn:hover {
    color: #ffffff;
    border-color: #639a37;
    background-color: #f9c608;
    }
    .sku_wrapper {display:none}

    .variations_form input,
    .variations_form textarea
    {display:block; width:300px}

    .woocommerce .cart .actions .giftcard,
    .woocommerce-page .cart .actions .giftcard
    {width:200px; margin-top:-1px; border:1px solid #f2f2f2; padding:15px}

    .woocommerce .cart .actions .giftcard input[type=”submit”],
    .woocommerce-page .cart .actions .giftcard input[type=”submit”]
    {width:100%; margin-top:0.5em; padding:0.45em 0.5em 0.575em; font-size:14px}

    .woocommerce .cart .actions .giftcard input[type=”text”],
    .woocommerce-page .cart .actions .giftcard input[type=”text”]
    {width:100%; margin:0; padding:0 0.65em; font-size:13px}

    .checkout_coupon input,
    .checkout_giftcard input
    {width:160px !important; margin:0; padding:8px;}
    .checkout_coupon .form-row,
    .checkout_giftcard .form-row
    {margin:8px 0 8px 0}

    .woocommerce-shipping-fields h3
    {display:none}
    }

    Thread Starter jgrant999

    (@jgrant999)

    this is what i made it and it appears to be working so far! Thank you sooooooo much!

    .h-feature-headline span i {
    background-color: #004eff;
    }

    @media (max-width: 979px){
    .x-nav-collapse, .x-nav-collapse.collapse {
    overflow: hidden;
    height: 0!important;
    }
    }
    .x-nav-collapse, .x-nav-collapse.collapse.in {
    height: auto!important;
    }
    .x-btn.green-btn {
    color: #ffffff;
    border-color: #f9c608;
    background-color: #639a37;
    }

    .x-btn.green-btn:hover {
    color: #ffffff;
    border-color: #639a37;
    background-color: #f9c608;
    }
    .sku_wrapper {display:none}

    .variations_form input,
    .variations_form textarea
    {display:block; width:300px}

    .woocommerce .cart .actions .giftcard,
    .woocommerce-page .cart .actions .giftcard
    {width:200px; margin-top:-1px; border:1px solid #f2f2f2; padding:15px}

    .woocommerce .cart .actions .giftcard input[type=”submit”],
    .woocommerce-page .cart .actions .giftcard input[type=”submit”]
    {width:100%; margin-top:0.5em; padding:0.45em 0.5em 0.575em; font-size:14px}

    .woocommerce .cart .actions .giftcard input[type=”text”],
    .woocommerce-page .cart .actions .giftcard input[type=”text”]
    {width:100%; margin:0; padding:0 0.65em; font-size:13px}

    .checkout_coupon input,
    .checkout_giftcard input
    {width:160px !important; margin:0; padding:8px;}
    .checkout_coupon .form-row,
    .checkout_giftcard .form-row
    {margin:8px 0 8px 0}

    .woocommerce-shipping-fields h3
    {display:none}

    Thread Starter jgrant999

    (@jgrant999)

    Ok all looks well! Can you help me with one last thing with the username field that I just noticed?

    Screenshot

    Sure, try this:

    .woocommerce-checkout .checkout .create-account input,
    .woocommerce-checkout .checkout textarea
    {width:400px}

    Thread Starter jgrant999

    (@jgrant999)

    everything, you suggested has been damn near perfect up to this point! I hope you don’t mind if I bug your brain for a few more minor issues. Thanks in advance and please see the attached screenshot!

    Thread Starter jgrant999

    (@jgrant999)

    I just added the woocommerce bookings plug-in and the # of hours or # of people is a text box on mobile devices and not a selection to choose # of hours or # of people like it is on the website. Do you by chance know how to fix that as well?

    https://kidcityplaycenter5.azurewebsites.net/product/non-member-hourly-drop-in-care/

    Screenshot

    This should help with the first one, can’t help with the others:

    .variations_button .buttons_added input
    {float:left}
    .variations_button .buttons_added
    {overflow:hidden; margin-bottom:10px}

    Thread Starter jgrant999

    (@jgrant999)

    Lorro, anyway you know how to change the previous and page number buttons to be side by side instead of on top of one another. Please see ss

    Screenshot

    Please post the url. I can’t see the page numbers at:
    https://www.kidcityplaycenter.com/shop/
    To be able to help its necessary to be able to use browser tools to inspect the markup since this varies by theme.

    Thread Starter jgrant999

    (@jgrant999)

    you will have to log in as a test subscriber that I just created for you b/c some of the products are only available to members only. Please use the following credentials and then you will see both pages of products.

    lorro
    KidCity2015

    https://www.kidcityplaycenter.com/shop/my-account/

    https://www.kidcityplaycenter.com/shop/

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Cosmetic Issues with fields and buttons not aligning properly’ is closed to new replies.