By manishrustagi on
How to i can change style of footer links in site.
at present it display like:
fmenu1
fmenu2
....
.....
but i want to display in this style:
fmenu1 | fmenu2 | ..... | ......
Please help me regards this issue.
Thanks in advance
Comments
hi
HI,
Go to site info.You got the footer message textarea.here you have to write the directly html code.You can achieve your result.Do u need any help plz mail to me.
Thanks,
Raj.
Hi...
Thanks for your valuable suggestions.
I have many footer block as per roles
Thanks & Regards,
Manish Rustagi
Issue solved
i solved this issue
i added
#footer ul{
display: inline;
padding: 0px 10px 0px 10px;
list-style: none;
}
#footer li {
display: inline;
padding: 0px 10px 0px 10px;
list-style: none;
}
in style.css then my problem has solved