Closed (fixed)
Project:
aBeesParadise
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
4 Jul 2009 at 11:56 UTC
Updated:
9 Jul 2015 at 21:26 UTC
Jump to comment: Most recent
Comments
Comment #1
neerjasoftwares commentedEdit the page.tpl.php and replace the primary links with secondary links in Footermidalcontiner div.
Please put Secondary links code in Footermidalcontiner div so that it will look as below:-
and add the following css in the style.css
.Footermidalcontiner ul{
float:right;
margin:0;
padding:0;
position:relative;
z-index:4;
}
.Footermidalcontiner ul li.first {
border:medium none;
line-height:normal;
}
.Footermidalcontiner ul li{
border-left:1px solid #FFFFFF;
margin:0;
padding:0 5px;
}
.Footermidalcontiner ul li.first a{
padding:0;
}
.Footermidalcontiner ul li a{
background:transparent none repeat scroll 0 0 !important;
color:#FFFFFF !important;
font-family:Trebuchet MS;
font-size:14px;
line-height:20px;
margin:0 !important;
padding:0 !important;
}
.Footermidalcontiner ul li a,
.Footermidalcontiner ul li a:link,
.Footermidalcontiner ul li a:visited{
display:block;
}
Comment #2
Anonymous (not verified) commentedThanks for that - all works smoothly.
I found out online that if I added
text-transform:uppercaseI could get the secondary menu looking like the primary menu too - all in capital letters, so I just added that to the first group above.Comment #3
interface-web design commented