Where can I find and can adjust the left margin of the text in the navigation bar?
I use Prime theme.
Attach pic.
I use Prime theme.
Attach pic.
padding:5px 0pt 5px 30px;
padding:5px 0pt 5px 10px;
.graduated-link a {
background-image:url(prime_link_background.gif);
background-repeat:no-repeat;
border-color:#3366CC -moz-use-text-color -moz-use-text-color rgb(51, 102, 204);
border-style:solid none none solid;
border-width:1px 0pt 0pt 1px;
display:block;
font-weight:bold;
padding:5px 0pt 5px 30px;
text-decoration:none;
}
padding:5px 0pt 5px 30px;
padding:5px 0pt 5px 10px;
.graduated-link a {
background-image:url(prime_link_background.gif);
background-repeat:no-repeat;
border-color:#3366CC -moz-use-text-color -moz-use-text-color rgb(51, 102, 204);
border-style:solid none none solid;
border-width:1px 0pt 0pt 1px;
display:block;
font-weight:bold;
padding:5px 0pt 5px 30px;
text-decoration:none;
}
Comment