Hi there

I have been trying to make a website using Acquia_Slate, and I have run into the following problem.

As shown in Picture 1, the left block has a space between the logo holder and the block of approximately 25 px. - This is the FRONT PAGE. -> http://www.alfabok.elitehost.dk/alfabok-klaksvik

In picture 2, the space between the left block and the logo holder has risin to approximately 35 px. - This is the same for every SUB PAGE. -> http://www.alfabok.elitehost.dk/books

Does anyone know how to get the to pages to look the same when it comes to the blocks ?

Comments

jeremycaldwell’s picture

Assigned: TomD_Iburg » jeremycaldwell

Try adding this bit of CSS to your local.css file:

body.layout-first-main-last #sidebar-first {
  margin-top: 11px;
}

That should fix the issue with the columns being misaligned with your specific content and layout.

jeremycaldwell’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.