For the Footer:
1. Edited the 'phocadocumentation.php'
Code: Select all
define( 'PHOCA_DOCUMENTATION_FOOTER', '<div class="phoca-footer">Powered by <a href="https://www.phoca.cz/phocadocumentation/">Phoca Documentation</a></div>');
1a. Inserted new CSS:
Code: Select all
.phoca-footer {
clear:both;
text-align:center;
font-size:0.7em;
color:#ccc;
padding-top:30px;
}
2. For the "breaking <DIV>:
Like I said, I just inserted a new module position above component area and published my module (headerimage). The component is pushed down and problem gone.
PS!
I tried to recreate the problem but after a lot of testing, my conclusion is that this ONLY happens if the following is fulfilled:
1. There are less than three Sections published (leaving open space to the right...)
2. There are no 'Most Viewed' entries available (nothing that stops the footer to float left)
3. The original Footer styling is there.
All this 'allows' for the Footer to float up (with the existing CSS), and break the template <DIV>.
(Probably differs a lot between different templates... as always)
It is my belief that if only the Footer CSS above (i.e. clear:both) is introduced, none of the above issues will show up.
Regards
Akerman