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!
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!
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:
#index ul span.section_title {
display: inline-block;
margin-bottom: 10px;
}
Great! Thank you very much!
This thread has been closed, thank you.