You do not need to change original styling for .ja-links li, .ja-footnav ul and .ja-footnav ul li.
You only need to add / change styling, that is float property and width property for .ja-footnav ul#mainlevel-nav and .ja-links. That should achieve what you want.
then so is right?
/* Footnav ---*/
#ja-footer .ja-footnav ul {
border-bottom: 1px dotted #333;
overflow: hidden;
padding-bottom: 8px;
padding-left: 4px;
}
#ja-footer .ja-footnav ul li {
border-left: 1px dotted #333;
display: block;
float: left;
line-height: normal;
padding: 0 8px;
}
.ja-footnav ul#mainlevel-nav{width:91%; float:left;}
/* Extras ---*/
.ja-links { padding-right: 10px; float:right; width:5%; margin-top:0; }
.ja-links li { padding: 0 10px; }
This topic contains 34 replies, has 2 voices, and was last updated by fdr77 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum