J-BusinessDirectory - Custom Attribute Checkbox formatting

Support Forum

 
 

 

When selecting a Checkbox as the type on a Custom Attribute the formatting is jumbled on the business edit screen.

 

 

No changes have been made to the CSS.

How can I fix this.

 

Thanks

 

I just discovered that this works correctly in Firefox.  In Chrome it is as displayed above.

3 replies

Hi Nancy, 


Please send us your Joomla and FTP login via the contact form and we'll address this issue. 

Hi,

How was this problem fixed? I am having the same issue and can't share ftp-login information. For me the issue is visible also with Firefox. 

Hi Sami, 

This is due to some css conflict. You can fix this by making the following correction to css: administrator/components/com_jbusinessdirectory/assets/css/forms.css

1. Add the following in the css file 

.detail_box input[type="checkbox"] {
width: 20% !important;
height: 15px !important;
}


2.  Add the line to the .option tag around line 330 width: 75% !important;
It should look like this 

.option{
	float: left;
padding: 0 15px 0 5px;
width: 75% !important;
}


We've included this in our code so it will available as of the next release.  
 



 
 
 

4 Item(s)

Show per page