Block 10

Posted in: Newspaper
Post count: 64

Does anyone know how to stop the double spacing in block 10? on our main page I would like it to be a list. Also is there a way to put a bullet point in front of each link?

Finally this might be reaching (and please the first 2 questions are best) Is there a way to make any block have another background so it could be grey on white and stand out. Thank you!

Post count: 1291

Hi,

1. Not sure what you mean with double spacing, do you refer to the space between elements? it’s a margin and can be removed using custom css:

.td_mod10.td_mod_wrap{
margin-bottom: 0px;
}

2. The elements are not included in an html list so you can’t add bullets via css. You can try to add something directly into the module, before title – http://screencast.com/t/5wRnf8dmKLU

3. You can doit with css but there’s no id on blocks so it may affect all blocks on that specific page.

Thank you, Emil G.

  • This reply was modified 11 years by Emil G.
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.