Space between section title and project titles

sirimaz / 2013-10-08 09:20:11   

Hi,

i've looked through the related topics in the forum but didn't find my answer.
How can i add some space between the section titles and the following project titles?

thanks a lot!

arsondpi / 2013-10-08 21:17:15   

Using Firebug the Firefox plugin I right-clicked on a webpage element and targeted what you're after. In your style.css of your theme, find line 81 and add the following two attributes:

  1. #index ul span.section_title {
  2.     display: inline-block;
  3.     margin-bottom: 10px;
  4. }
sirimaz / 2013-10-09 08:26:23   

Great! Thank you very much!

This thread has been closed, thank you.