Menu Link Style

gorkemsezer / 2013-06-25 19:34:55   

Hello,

I tried everything what i know about this (:
I would like to change menu link's style like in this page; mikemake.com/…
As you can see links have margins each side, top and bottom and big space in left side.
How can i do that?

Thank you very much.
gorkemsezer.com" target="_blank">gorkemsezer.com

arsondpi / 2013-06-25 21:44:47   

Check if this works like you want to:

  1. #index ul.section li.exhibit_title a:link {
  2.     margin: 0 0 0 20px;
  3. }
  4. li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active, li.active a:visited, li a.active, li span.active, #index ul.section li.active a:link, #index ul.section li.active a:hover, #index ul.section li.active a:active {
  5.     background-color: #443E47;
  6.     color: #FFFFFF;
  7.     margin: 0 0 0 -20px;
  8.     padding: 0 0 0 60px;
  9.     text-decoration: none;
  10. }
gorkemsezer / 2013-06-25 22:35:21   

I was looking these codes (:
It works on links but titles and menu links don't align.
You can see on my website.
Could you help me about that?
Thank you very much arsondpi.

arsondpi / 2013-06-25 22:45:58   

You mean this:

  1. #index ul.section span.section_title, #index ul.section span.section_title a {
  2.     margin: 0 0 0 20px;
  3. }
gorkemsezer / 2013-06-25 22:58:18   

Thank you very much.

This thread has been closed, thank you.