*

Ghany

  • ****
  • 227 posts
add_item label
« on: March 15, 2016, 06:40:13 PM »
my problem...
i am using payment pro plugin.. but lables of item pro was not attractive, now i am trying to change css for payment pro options in www.domain/item/new page , when i am trying to change css i found that  .add_item label was same for all labels..

can u please tell me how to seperate payment pro labels from common labels in posting page? i hope u understand , but i dont know where to post this question here or paymentpro admin... if u help me here it was so much helpful to me and so many persons who purchased zara.. thank u
Unlock the power of visibility without breaking the bank - https://www.adycart.in/

*

MB Themes

Re: add_item label
« Reply #1 on: March 15, 2016, 08:20:32 PM »
@Ghany
We do not provide support to this plugin, it is not ours.
Thanks for understanding.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ghany

  • ****
  • 227 posts
Re: add_item label
« Reply #2 on: March 16, 2016, 02:01:44 PM »
YA its ok bro... thank u
Unlock the power of visibility without breaking the bank - https://www.adycart.in/

*

MB Themes

Re: add_item label
« Reply #3 on: March 16, 2016, 02:21:40 PM »
@Ghany
You only probably need to set width for checkboxes to 20px...
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ghany

  • ****
  • 227 posts
Re: add_item label
« Reply #4 on: March 16, 2016, 02:42:56 PM »
after setting 20px, before is better than after :-\
Unlock the power of visibility without breaking the bank - https://www.adycart.in/

*

MB Themes

Re: add_item label
« Reply #5 on: March 16, 2016, 02:48:19 PM »
@Ghany
Try this:
Code: [Select]
.add_item .control-group .controls {float:left;width:100%;clear:both;}
.add_item .control-group .controls input[type="checkbox"] {float:left;width:20px;clear:both;}
.add_item .control-group .controls label {float: left; width: 80%; text-align: left; clear: none; line-height: 18px;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ghany

  • ****
  • 227 posts
Re: add_item label
« Reply #6 on: March 16, 2016, 03:06:39 PM »
thanks for spending time for my work but still no use after updating u r css again goes wrng plase check below pic
Unlock the power of visibility without breaking the bank - https://www.adycart.in/

*

MB Themes

Re: add_item label
« Reply #7 on: March 16, 2016, 03:12:51 PM »
@Ghany
Try only
Code: [Select]
.control-group .controls {float:left;width:100%;clear:both;}
.control-group .controls input[type="checkbox"] {float:left;width:20px;clear:both;}
.control-group .controls label {float: left; width: 80%; text-align: left; clear: none; line-height: 18px;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ghany

  • ****
  • 227 posts
Re: add_item label
« Reply #8 on: March 16, 2016, 03:22:09 PM »
thank u bro, working good but how i can change checkbox position from left to right? and how i can increase size of checkbox ?
Unlock the power of visibility without breaking the bank - https://www.adycart.in/

*

MB Themes

Re: add_item label
« Reply #9 on: March 16, 2016, 03:50:30 PM »
@Ghany
For such details check w3 docs.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ghany

  • ****
  • 227 posts
Re: add_item label
« Reply #10 on: March 16, 2016, 03:56:10 PM »
hmm thank u bro ... i will check that ... thank u for helping me...... have a nice day
Unlock the power of visibility without breaking the bank - https://www.adycart.in/