please take a look in the following browsers

safari-chrome-opera-firefox not sure about IE

Comments

prento78’s picture

Assigned: donnycarette » prento78
Category: feature » bug
Status: Closed (works as designed) » Active

thank you

donnycarette’s picture

Assigned: prento78 » donnycarette
Status: Active » Postponed (maintainer needs more info)

Prento,

When i looked yesterday to your site, i noticed that you had edit links on the forum blocks? Did you mean that with this issue?
On my test installation i've noticed this to, but when updating to the latest Drupal 7 beta 3, this problem was fixed.

prento78’s picture

i did not put it there, its a bug in the theme i believe. also i would like to place 4 blocks within the footer bottom as you can see its not even/centered. i really like this theme and will assist in getting it right...thank you

donnycarette’s picture

Category: bug » feature

I don't see anything that's wrong inside your footer, please provide me more info if there's still something wrong.
Centering the blocks inside the footer i'm not going to implement that or there should come more request for that. Every site can add his own custom css to local.css for making custom modifications.

You can add this to local.css for centering the blocks inside the footer region, if there come more request for this feature then i will add it a new release.
#footer #footer_bottom {
display: table;
text-align: center;
width: 100%;
}
#footer #footer_bottom .block {
clear: none;
display: inline-table;
float: none;
margin: 0 10px 0 0;
min-width: 200px;
padding: 0 0 0 10px;
text-align: left;
width: auto;
*display: block;
*float: left;
*padding: 0;
*width: 24%;
}

prento78’s picture

ok. i understand now you purposely made it that way. thanks you for taking the time to write out the local css thank you. keep up the good work

donnycarette’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

No problem, let me know if you find other issues.

Status: Active » Closed (works as designed)