Osclass Support Forums

Osclass theme support => Zara Osclass Responsive Theme => Topic started by: Ghany on March 15, 2016, 06:40:13 PM

Title: add_item label
Post by: Ghany 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
Title: Re: add_item label
Post by: MB Themes on March 15, 2016, 08:20:32 PM
@Ghany
We do not provide support to this plugin, it is not ours.
Thanks for understanding.
Title: Re: add_item label
Post by: Ghany on March 16, 2016, 02:01:44 PM
YA its ok bro... thank u
Title: Re: add_item label
Post by: MB Themes on March 16, 2016, 02:21:40 PM
@Ghany
You only probably need to set width for checkboxes to 20px...
Title: Re: add_item label
Post by: Ghany on March 16, 2016, 02:42:56 PM
after setting 20px, before is better than after :-\
Title: Re: add_item label
Post by: MB Themes 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;}
Title: Re: add_item label
Post by: Ghany 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
Title: Re: add_item label
Post by: MB Themes 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;}
Title: Re: add_item label
Post by: Ghany 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 ?
Title: Re: add_item label
Post by: MB Themes on March 16, 2016, 03:50:30 PM
@Ghany
For such details check w3 docs.
Title: Re: add_item label
Post by: Ghany 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