Closed (works as designed)
Project:
Kanji
Version:
7.x-1.1-beta3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Dec 2010 at 19:39 UTC
Updated:
2 Jan 2014 at 19:06 UTC
Jump to comment: Most recent
Comments
Comment #1
prento78 commentedthank you
Comment #2
donnycarette commentedPrento,
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.
Comment #3
prento78 commentedi 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
Comment #4
donnycarette commentedI 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%;
}
Comment #5
prento78 commentedok. 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
Comment #6
donnycarette commentedNo problem, let me know if you find other issues.