Hi,

I am using Panel and Advanced Profile Kit. I am supposed to import user profile content through Views.

Everything works fine except that I am seeing a lot of empty DIV tags which create empty spaces on my page.

There are several types of users on my site and each user type fills out different fields on their profile. Below is the tags I see, I think they are supposed to contain information filled by other use type (and like I said before, each user type fills in different information, and my guess is that these tags are for information this user does not have to fill out...and because this user doesnt provide those information, he is getting empty DIVs on his profile) as below:

I hope I am being clear...

I am not quite sure how to use CSS to get rid of the white spaces and I think it's best to get rid of these empty tags. Does anyone know how to solve this? Your help/suggestions will be appreciated. Many many thanks!!

BB

Comments

merlinofchaos’s picture

Status: Active » Closed (duplicate)
blueblade’s picture

Hi merlinofchaos,

Thanks for your super quick reply. While waiting for help, I actually figure out that the 'empty' spaces were created by panel-seperator, I was able to temporarily remove the white space by adding the style below:

.panel-separator{
padding:0px;
margin:0px;
}

Many thanks again for your help.

BB