I am using a template that only allows me to tweak the external CSS document end of it. I attached the codes this time. As you can see the navigation element needs to be corrected to so that way I can center it. What should I edit on here? BTW, yes, I am familiar with HTML, but I agree with jumping on some tutorials to get better at it.
I am guessing I would have to enter something here:
/* navigation */
.sf_region3 .sf_navigation .widget {
margin: 0;
}
.sf_navigation h3 {
display:none;
}
.sf_navigation {
clear:both;
margin: 0;
padding:0;
width: 95%;
}
.sf_navigation:after {
content: " ";
display: block;
clear: both;
visibility: hidden;
font-height: 1px;
margin: 0px;
padding: 0px;
}
.sf_navigation ul {
margin: 0;
padding:0;
}
.sf_navigation ul:after {
content: ".";
display: block;
visibility: hidden;
height: 0;
font-size: 1px;
clear: both;
}
.sf_navigation ul li {
list-style: none;
margin: 0;
padding: 0;
white-space: nowrap;
float:left;
}
.sf_navigation ul li a {
text-decoration: underline;
padding: 3px 15px 3px 0;
display: block;
}
.sf_navigation ul li a:hover {
text-decoration:none;
}
But where??? Lol.
h1, h2, h3, h4, h5, h6 {
margin: 10px 0;
}
body {
font-family: "Times New Roman", Times, FreeSerif, serif;
margin: 0;
}
.sf_outer_wrapper {
margin: 10px;
}
.sf_wrapper {
width: 100%;
padding: 5px 0;
}
/* main */
.sf_pagetitle {
float:left;
width:100%;
}
.sf_content {
float:left;
margin-top:10px;
width:100%;
}
/* sidebar Left */
.sf_region3 {
float: left;
width: 180px;
overflow: hidden;
margin: 0;
position: relative;
}
.sf_region3 .widget {
margin: 20px 0;
}
/* sidebar Right */
.sf_region7 {
float: right;
width: 180px;
overflow: hidden;
margin: 0 10px;
}
.sf_region7 .widget {
margin: 20px 0;
}
/* navigation */
.sf_region3 .sf_navigation .widget {
margin: 0;
}
.sf_navigation h3 {
display:none;
}
.sf_navigation {
clear:both;
margin: 0;
padding:0;
width: 95%;
}
.sf_navigation:after {
content: " ";
display: block;
clear: both;
visibility: hidden;
font-height: 1px;
margin: 0px;
padding: 0px;
}
.sf_navigation ul {
margin: 0;
padding:0;
}
.sf_navigation ul:after {
content: ".";
display: block;
visibility: hidden;
height: 0;
font-size: 1px;
clear: both;
}
.sf_navigation ul li {
list-style: none;
margin: 0;
padding: 0;
white-space: nowrap;
float:left;
}
.sf_navigation ul li a {
text-decoration: underline;
padding: 3px 15px 3px 0;
display: block;
}
.sf_navigation ul li a:hover {
text-decoration:none;
}
/* subnav */
.sf_navigation .subnav {
background-color: #eee;
float: left;
left: -999em;
list-style-type: none;
margin: 0;
padding: 0;
position: absolute;
width: 150px;
z-index:1000;
}
.sf_navigation .subnav li {
float: left;
width: 150px;
margin: 0;
padding: 0;
white-space: normal;
}
.sf_navigation .subnav li a {
display: block;
padding: 2px 5px;
margin: 0;
width: 140px;
}
.sf_navigation .subnav li a:hover {
}
#Nav1 li:hover ul,
#Nav1 li.sfhover ul {
left: auto;
}
#Nav1 iframe {
position: absolute;
left: 0;
top: 0;
z-index: 0;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0);
}
#Nav1 li:hover,
#Nav1 li.hover {
position: static;
}
/* End Navigation */
/* Footer */
.sf_region10 {
clear: both;
text-align: center;
padding: 40px 0;
margin-left: 15%;
}
.sf_banner {
padding: 20px 0;
font-size: .75em;
}
/* Other */
.form_button {
padding: 5px 0px;
}
a:link {
text-decoration: underline;
}
a:visited {
text-decoration: underline;
}
a:hover {
text-decoration: none;
}