Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › A few queries
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › A few queries
- This topic has 13 replies, 3 voices, and was last updated 9 years by Swift Ideas – Ed.
-
Posted in: Neighborhood
-
April 23, 2015 at 11:03 pm #167892
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.April 24, 2015 at 11:12 pm #168406Hi,
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
April 25, 2015 at 12:14 pm #168504Hi 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.April 27, 2015 at 9:17 pm #169201Just added some css for you, have a look now.
– Ed
May 1, 2015 at 8:38 am #170741Hi 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.
May 1, 2015 at 10:44 am #170783Hi 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
May 2, 2015 at 12:29 pm #171115Hi 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.May 4, 2015 at 11:27 am #1714981) 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
May 4, 2015 at 11:58 am #171522Hi 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?
May 4, 2015 at 12:31 pm #171533Ahh 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
May 4, 2015 at 12:56 pm #171544Hi Ed
Ok ill try that what about the unit price and quantity? have you added that css to my site since my last message?
May 4, 2015 at 12:59 pm #171545Yes – check #1 in my previous reply, I added the css which I provided above.
– Ed
May 4, 2015 at 4:08 pm #171635Hi Ed
Everything done the trick except underlining the t’s and c’s – that had no effect? Im glad this wasn’t just me!
May 4, 2015 at 5:44 pm #171677Doesn’t look like you changed the code? I just changed it for you.
– Ed
-
Posted in: Neighborhood
You must be logged in and have valid license to reply to this topic.