I just updated to the latest release of sky and adaptivetheme. All my content elements in my Panel pages are spaced far apart:

Content was like this:

Address
Phone
Email
Fax

After update content is like this:

Address

Phone

Email

Fax

I've tried everything I know. I did update.php, flush cache, checked style settings in panels and some other things.

Any ideas?

Comments

Jeff Burnz’s picture

Category: Bug report » Support request
Status: Active » Postponed (maintainer needs more info)

Link to the page so people can debug to help.

System Lord’s picture

I can't currently publicize the site (NDA constraints).

However, I was able to correct the problem with custom CSS (in sky UI) with:

.field {
padding:0 0 0 0; (was 0 0 6 0)
}
.block {
margin-bottom:0px; (was 20px)
}

I found out fields were displaying the same way. I'm not sure this is the right way to fix this, but it works.

What was concerning me was that I had no custom CSS for any sky settings and everything was set to default. I don't understand how an upgrade would/should change anything.

I can remove the CSS above and capture what firebug displays if you need more info.

UPDATE: I just looked at the code with FB before and after and its doesn't seem to reveal anything. They are identical (except for the .block change above).

Jeff Burnz’s picture

OK, I'll check, was that CSS in Sky, I don't recall adding padding bottom to fields, hmmm, but I could have since it was in dev for a long time prior to the update.

System Lord’s picture

StatusFileSize
new52.84 KB
new51.49 KB

Yes, CSS in Sky. I've attached a snapshot before and after using the custom CSS above (#2). I've circled the div part that I think you're referring to.

System Lord’s picture

haha you said "dev" not "div". My bad. I was focused on "div" since in FBug I did see a difference with and without the custom CSS above. Disregard the attachments unless you can see something that I don't :)

System Lord’s picture

StatusFileSize
new53 KB

This attachment (after applied css2.png) shows the module had "margin-bottom: 20px" before custom CSS, and where my custom CSS did override with "margin-bottom: 0px"

This one is in Panels pages.