Viewing 14 posts - 1 through 14 (of 14 total)
  • #167892
    fixers
    Member
    Post count: 253

    Hi There

    Few bits I could do with some help on please 🙂

    1) See screenshot attached of cart page, the spacing is a bit off with text butted up against product images etc?

    2) In checkout the dropdown box for ‘country’ field is being cut off at the top, see attached screen shot.

    3) In the checkout i would like to underline the link in the ‘i accept terms and conditions’ to make this clear, it links through to t’s and c’s i can’t find css that does this without effecting other links in page.

    Attachments:
    You must be logged in to view attached files.
    #168406
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Use this code

    
    .woocommerce table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
      width: 110px!important;
    }
    
    .woocommerce #payment .terms{
      text-decoration: underline;
    } 
    

    Regarding the country not sure what can be done will have to forward to our Development team.

    -Rui

    #168504
    fixers
    Member
    Post count: 253

    Hi Rui

    Nearly there..

    See attached screenshot of the cart page, just the unit price and quantity that need tidying up now?

    The terms and conditions, that didn’t work – its underlined the whole sentence i only want to underline the link within the sentence?

    Attachments:
    You must be logged in to view attached files.
    #169201
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Just added some css for you, have a look now.

    – Ed

    #170741
    fixers
    Member
    Post count: 253

    Hi Guys

    I can’t see any change at all this end, can you send me what CSS you have added and not add directly please?

    Checked on Safari and Chrome the problems have not been resolved.

    #170783
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Here is the css I added:

    .woocommerce table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
      padding-right: 20px;
    }
    .woocommerce table.shop_table tr .product-price {
    	padding-right: 10px;
    }
    .woocommerce #payment .terms > label {
      border-bottom: 1px solid #222;
      padding-left: 0;
    }
    .select2-drop {
      border-top: 1px solid rgb(34, 34, 34);
      margin-top: -1px;
      padding-top: 7px;
    }

    Try clearing browser cache if you are unable to see the changes.

    – Ed

    #171115
    fixers
    Member
    Post count: 253

    Hi Ed

    1) See screenshot attached of cart page, the spacing is a bit off with text butted up against product images etc?

    THATS RESOLVED, BUT NOW THE UNIT PRICE AND QUANTITY ARE OUT OF ALIGNMENT? SEE SCREENSHOT?

    2) In checkout the dropdown box for ‘country’ field is being cut off at the top, see attached screen shot.

    THATS RESOLVED, THANKYOU.

    3) In the checkout i would like to underline the link in the ‘i accept terms and conditions’ to make this clear, it links through to t’s and c’s i can’t find css that does this without effecting other links in page.

    NO CHANGE AT ALL TO THIS.

    Attachments:
    You must be logged in to view attached files.
    #171498
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    1) I added this css for that:

    .woocommerce table.shop_table tr td.product-quantity {
    padding-top: 40px;
    }

    3) You’re not seeing this https://www.dropbox.com/s/2kmfm2cwyc37qa6/Screenshot%202015-05-04%2012.25.16.png?dl=0 ?

    – Ed

    #171522
    fixers
    Member
    Post count: 253

    Hi Ed

    Yes i am seeing that, what i trying to do though is make only ‘ terms and conditions’ underlined, its not too obvious currently that its a hyperlink?

    #171533
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Ahh I see – apologies. Change this:

    .woocommerce #payment .terms > label {
    border-bottom: 1px solid #222;
    }

    to this:

    .woocommerce #payment .terms > label a {
    border-bottom: 1px solid #222;
    padding-bottom: 2px;
    }

    – Ed

    #171544
    fixers
    Member
    Post count: 253

    Hi Ed

    Ok ill try that what about the unit price and quantity? have you added that css to my site since my last message?

    #171545
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Yes – check #1 in my previous reply, I added the css which I provided above.

    – Ed

    #171635
    fixers
    Member
    Post count: 253

    Hi Ed

    Everything done the trick except underlining the t’s and c’s – that had no effect? Im glad this wasn’t just me!

    #171677
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Doesn’t look like you changed the code? I just changed it for you.

    – Ed

Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register