Jump to content
  • 0

Whats The Div Class="modal Fade" For


tenaki

Question

 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);?>
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

 

 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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...