tenaki Posted December 22, 2014 Report Posted December 22, 2014 I edited structure.pdt and added a header, some links etc and added a footer But I can't keep the footer at the very bottom of the page. On most pages its not too bad but if I open a support ticket the footer is right in the middle of the page Is this div affecting it? <div class="modal fade" id="global_modal" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="global_modal_title"></h4> </div> <div class="modal-body"><i class="fa fa-spinner fa-spin"></i></div> <div class="modal-footer"></div> </div> </div> </div> <?php echo $this->Javascript->getFiles("body");?> <?php echo $this->Javascript->getInline();?> <?php echo $this->Html->ifSet($body_end);?> Quote
0 Michael Posted December 22, 2014 Report Posted December 22, 2014 For popups I believe, so if you click Change package, or cancel package etc, it uses that with the content inside. And nope it shouldn't effect it. You can view the tutorial I made here: http://www.blesta.com/forums/index.php?/topic/3642-blesta-integration-33x-advanced/ tenaki 1 Quote
0 Tyson Posted December 23, 2014 Report Posted December 23, 2014 I edited structure.pdt and added a header, some links etc and added a footer But I can't keep the footer at the very bottom of the page. On most pages its not too bad but if I open a support ticket the footer is right in the middle of the page What do you mean the footer doesn't stay at the very bottom of the page? If the page height is short, the footer will begin where the content above it ends, whether that's in the middle of your browser window or not. Quote
Question
tenaki
I edited structure.pdt and added a header, some links etc and added a footer
But I can't keep the footer at the very bottom of the page. On most pages its not too bad but if I open a support ticket the footer is right in the middle of the page
Is this div affecting it?
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.