HIYA!
I went to the file _footer.html in tmpl_uni to center all those links......well, I got my copyright info to center but the links still hang to the left. How can I fix this so the links are centered?? Thanx for your time.
Rob
HIYA! I went to the file _footer.html in tmpl_uni to center all those links......well, I got my copyright info to center but the links still hang to the left. How can I fix this so the links are centered?? Thanx for your time. Rob |
Change the style properties of that in the CSS. Its the file general.css ---- |
Thanx, Praveen I'll give that a shot. Rob
Yeah, it's just not working. Tried everything I could think of in CSS. |
Got it.....went to general.css in templates/tmpl_uni/css replace .bottomBlock and .bottomTexts with:
.bottomBlock
.bottomTexts
Thanx to "scubasjl" for that |
Yes, thats it. ---- |
In 6.1.1 this seemed to solve the problem:
.bottomLinks { .bottomCpr { |
Yes, thats it. ---- |