Jump to content
  • 0

Whats The Div Class="modal Fade" For


Question

Posted

 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);?>

2 answers to this question

Recommended Posts

  • 0
Posted

 

 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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...