Hello,
I would like to have different space between menu titles,
something like:
about
project1
project2
project3
project4
info
home
Anyone knows how to do it?
thanks in advance
Paolo
Hello,
I would like to have different space between menu titles,
something like:
about
project1
project2
project3
project4
info
home
Anyone knows how to do it?
thanks in advance
Paolo
I have the same question! Thanks.
The section titles are in a span...you would do it something like this (you need to look at your source code to get the id numbers too:
#index ul li span#section_title_2 {
display: block;
margin-bottom: 12px;
}
#index ul li span#section_title_4 {
display: block;
margin-bottom: 18px;
}
Let us know how it goes. ;)
On which file? Base.css?
I would put these rules at the end of your style.css file.
Thanks Vaska, works perfectly...but where I get the ID number? I'm not able to modify the titles I want to...
Right click and choose View source in your web browser... You'll see each section's id in the source code...
GREAT, Thanks!
where in the actual code above does the ID go?
never mind that. i figured it out, but the spacing between my HOME title and AN AFTER THOUGHT are not spacing when i do that. where can i specifically target those two titles?
haydenmyrick.com
This thread has been closed, thank you.