Andreas01
OS Ubuntu Linux
Firefox 3.5
OS windows XP in a virtual machine on Ubuntu
IE 8
Maybe this is simply a characteristic of the theme: in this case forget this. I would prefer to have more space between the different parts of the content on the home page. In the attached screenshot one can see that between the first part of the content, ie the mission of our association, and the title of the first news ''Nuovo sito web'' there is very little space. (all news here are created with the story content) The same happen between the end of the first news ''1 commento'' and the title of the next one, with ''1 commento'', which refers to the first news, that is closer to the second news that to the first one. In my opinion this does not help a ''distracted'' reader distinguish the different pieces.
The screenshot is taken from the home page of
If this aspect is what you consider right, Ok. Otherwise would it be possible to add a bit more space?
Thanks, Gabriele
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | home_page.png | 189.97 KB | gabriele bianchi |
Comments
Comment #1
gabriele bianchi commentedI have forgotten the screenshot. here it is. Gabriele
Comment #2
nickbits commentedHi,
That is a feature of the original theme. However, you are right, it would be more visually appealing if there was more spacing. My dev machine is down at the moment and wont be online until next week so cannot do too much at the moment. However, I think the following css entry (put at the bottom of the css file) should add spacing between entries:
You may have to increase the 10px, but that should do it.
Will post with a definite fix when my dev machine is back up and running.
Nick
Comment #3
gabriele bianchi commentedI tried and indeed it works. I tried also
.node{padding-bottom:5px;}
.node{padding-top:5px;}
to separate the first part of the content of the home page, the mission statement, and the second part, the news, which otherwise don't get separated.
Is it possible to specify a different padding for nodes inside the biblio module (see the page
www.assdonrenato.it/drupal/biblio) ? Thanks again. Gabriele
Comment #4
nickbits commentedHi,
Excellent. Again I will add it to the next release. As for the Biblio module, I dare say you can do it. I don't have my dev machine working at present, I would suggest creating an issue/support request in the biblio modules page.
Nick
Comment #5
nickbits commentedChanges made, will be in next release.
Comment #6
jms2020 commentedI inherited a custom Zen theme; Which file should I look at to add teaser edits css?
I've tried everything I can in the layout-fixed.css which worked for text color but not for adding space between the Read More and the Title of the next article teaser.
Comment #7
nickbits commented@jms2020 this issue is closed and your issue is not related to this project. Suggest you post to the forums or the zen project.
Comment #8
dpm416 commentedThis is what worked for me:
you need the Views module (now part of D-8 core)
Edit the view of the block.
I added field 'ID' (but any field will do)
in the configure field dialog, under rewrite results
check override output...
enter
<br/>in the text blockApply and save