footer

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

Quote · 26 May 2008

Change the style properties of that in the CSS. Its the file general.css

----
Quote · 26 May 2008

Thanx, Praveen I'll give that a shot. Rob

 

 

 

Yeah, it's just not working. Tried everything I could think of in CSS.

Quote · 26 May 2008

Got it.....went to general.css in templates/tmpl_uni/css

replace .bottomBlock and .bottomTexts with:

  

.bottomBlock
    {
        position:relative;
        height:40px;
        border:1px solid #D0D0D0;
        margin-left:8px;
        margin-right:8px;
        text-align:center;
    } 

 

    .bottomTexts
    {
        font-size:11px;
        margin-top:8px;
        margin-left:15px;
        /* float:left; */
    }    

 

Thanx to "scubasjl" for that

Quote · 27 May 2008

Yes, thats it.

----
Quote · 27 May 2008

In 6.1.1 this seemed to solve the problem:

 

.bottomLinks {
 position: relative;
 /*float: left;*/
}

.bottomCpr {
 position: relative;
 float: center;
}

Quote · 10 Jun 2008

Yes, thats it.

----
Quote · 11 Jun 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.