Columner Customization Problem

kaweisdorf / 2013-02-19 02:07:21   

I am in the middle of working on updating my site (kaylaweisdorf.com), but I cannot for the life of me figure out why there is a massive space between my Section titles and my Exhibit titles (for example, if you click on "Information," all of my Exhibits come up quite far below the title) or where to change this in the style sheet. I've tried a bunch of different things and none of them to be working.

In fact, I would ideally like to place the Exhibit titles on the left hand site of the page as opposed to directly under the Section title, but it is more pressing to me to fix the first issue (to get it looking more like this person's menu [pangramas.com/index2/…]; I looked at their style sheet and I think it is from an earlier version of indexhibit as it uses #menu instead of #index, etc.).

Any help would be mega appreciated. Thank you!

arsondpi / 2013-02-19 06:57:54   

It's because #index ul.section ul gets its margin top from #index ul
Thus if you add on line 76 in your style.css

  1. #index ul.section ul {
  2.     margin-bottom: 9px;
  3.     margin-top: 0;
  4. }

The problem goes away.

kaweisdorf / 2013-02-19 23:57:24   

Awesome. Thank you.

Best,

Kayla

This thread has been closed, thank you.