With 2.x (pre skinr) the prefacetop area was reduced in size to just a few pixels if the area was devoid of content. Since upgrading to 3.x the preface top area is 20+pixels high even without content in the space.

It would be much preferred (for our use-case) to have this space reduced when no content is in the preface-top region.

see www.nafof.org.uk

Comments

komal.savla’s picture

Hi,

In 3.x theme, the padding is added to the div of the preface top.So the size of the preface top area is more than that of the 2.x version when there is no content in it.
You can add this css to reduce the space of the preface-top region when there is no content :

.preface-top-wrapper {
  padding: 0;
}

.preface-top-wrapper .block {
  margin: 30px 0 0;
}

Thanks,
Komal

stephthegeek’s picture

Status: Active » Closed (fixed)