Exhibit title styling.

Dalton / 2012-10-07 01:17:35   

Hi everyone,

I've got a silly question here. In my menu, one section only has three exhibit titles. What I want is to separate the exhibit titles a bit from the section title, add a little gap.
If I set a margin in "exhibit titles" is style.css, all of them spread out and a margin-top in a specific exhibit title has no effect. What am I missing?

Thanks in advance.
(site is test.clrblnd.com/">here)

Dalton / 2012-10-07 01:20:02   
  1. oops.
  2. sorry, I meant #index ul.section li.exhibit_title in base.css.
arsondpi / 2012-10-07 05:16:41   

try something like:

  1. ul.section li .section_title { display: block; margin-bottom: 20px; }
Dalton / 2012-10-07 07:28:54   

Thanks arsondpi.

Already tried this but no luck. I put a margin-bottom on the specific section title that nests the exhibits but it applied under the exhibit titles! haha...
The funny thing is that I can play with the exhibit titles in any way possible except put a margin at the top of them. Can't figure it out.
Oh well...

arsondpi / 2012-10-07 08:14:19   

well it works when I add it with firebug... Try copy/paste and then refresh you page a few times - maybe there's a browser cache issue..

Dalton / 2012-10-07 12:43:56   

Oh boy!
You're a magician Mr A. It works now indeed.
Thanks a million!

This thread has been closed, thank you.