Well, as is so often the case, I solved my own problem soon after posting this. The solution, it seems, to centering a div is to wrap the entire div in another div. The CSS for the wrapper div is:
.wrapper {
width:100%;
text-align:center;
}
Then everything inside the wrapper div will be centered, and display correctly in ADE and Aldiko.
|