Add spacing between post breadcrumbs and H1 title

Posted in: Newspaper
Post count: 9544

Hi folks,
I mentioned this last year with 2.x and still an issue for us, with long article headlines, the breadcrumbs wrap onto two lines and run into top of the h1 title for story.

e.g.
http://ga-ga.com/1125/musical-high-verheyen-studio-great-carl-verheyen-consistently-wows-crowds/

Ideally we need to know how to put some leading between these without using line height as with wrap of the crumbs, that obviously increases the line height of each line also.

This doesn’t seem to work using custom CSS panel

.entry-crumbs{margin-bottom:12px !important;}
or
.entry-crumbs{padding-bottom:12px !important;}

Any pointer on how to add some more spacing above and below the h1 title tag would be helpful. I tried putting some top margin/padding on the h1 title and don’t think I had the right css for that.

Similarly and somewhat related, cannot get the author byline to show up by commenting out the // in module 1 in 3.5; works for all other modules except module 1 for the actual post, so I’m missing something there it seems.

THANK YOU! Finally upgraded to 3.5 this weekend, hence a few minor issues.

  • This topic was modified 12 years by simchris.
Post count: 9544

perhaps and “overflow hidden” method ?

Post count: 854

hi,
here is the css to add space above and below the title on post pages:

.post h1 {
  padding: 15px 0px 15px 0;
}

for the author on post pages: http://screencast.com/t/4OtLUTBwn

Thanks for you message.
Radu A.

Post count: 9544

AWESOME!!!! (as we still say in California…)

Thanks, Radu 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.