Questions tagged [footer]

In programming, a page footer (or simply footer) is part of page that is separated from the main body and appears at the bottom of a page.

In programming, a page footer (or simply footer) is part of page that is separated from the main body and appears at the bottom of a page. In publishing and certain types of academic writing, the footer is often where the page number is contained. In academic writing, it is often centered.

3457 questions
0
votes
0 answers

CSS printed footer with variable data (like page numbers)

I've searched far and wide for an answer and haven't found one. A little history...I coded these pages 25 years ago (HTML/CSS/PHP), left my coding job to pursue other things, and have been thrown back into it for updates. So I'm quite out of the…
0
votes
2 answers

How do i fix the sticky footer?

I have implemented a sticky footer on my wordpress website with this HTML code: But when viewing the post, the footer goes beyond a section on the website…
DecodeSK
  • 1
  • 3
0
votes
0 answers

Too slow loading of jsp fragment

devs. Here I have a problem with the speed of jsp footer loading I have my jsp page, where I include header.jsp, footer.jsp and navigation bar. header and navbar loads in a wink, but content of footer loads too slow (about 10-15 sec). But when I…
Volodymyr
  • 1
  • 3
0
votes
0 answers
0
votes
1 answer

removing twitter icon on big Cartel footer nav

using Big Cartel Ranger theme. I would like to have the Mailing list at the top of my social links on the footer nav, preferably with an envelope icon. The reason it has the twitter icon is because it has been input via the basic Settings within big…
Ruthie Fn
  • 11
  • 1
0
votes
3 answers

Using a media query with viewheight to fix footer

I am trying to create my own website with a basic structure (header, main and footer) but when there are not enough elements to fill the height of the screen, footer is not placed at the bottom. To fix that problem I used these lines: footer { …
valfer
  • 3
  • 1
0
votes
1 answer

How can i get my two icons side-by-side in my footer in React app?

I'm building a react portfolio. I'm struggling to style my footer. I only want to include icons of Github and LinkedIn on it. I want to have them side-by-side, and at the bottom of the screen once you reach the end of the page. Currently, the two…
0
votes
1 answer

mPDF footer is not showing

I am using a basic html structure for my PDF template together with according to the mPDF docs. A sample implementation can be found here
Maarten
  • 402
  • 5
  • 20
0
votes
0 answers

Search bar is not being placed correctly, and footer is not responding to the CSS

I tried to make the search bar the same height as the navbar tags in the navbar but its just being blocked and placed weirdly. Second, my footer is not responding to the CSS as I want the

to be under the icons and I want the footer thinner not…

Shahed
  • 1
  • 1
0
votes
1 answer

footer at the bottom in mobile

I want to make my footer to always be at the bottom of my page but I am having a hard time with it. I tried to position it absolute with a bottom margin of 0, and also tried the same with a fixed position but both were not results I was happy…
Kas
  • 3
  • 1
0
votes
0 answers

Unable to access and edit "Footer Section" in Word using docx, python

Let me make it clear that I am able to access and edit(color highlight) the footers ("Footer Section xx") but not some footers, which are named as "First Page Footer - Section xx" (The Footer Section vs First Page Footer - Section are distinguish in…
madhur
  • 101
  • 2
  • 7
0
votes
1 answer

footer is too big and i want sections side by side

footer doesnt seem good how can i fix it? it looks huge plus i want to put kategoriler and referanslar section side by side. i tried to make footer smaller and i tried to put sections together but i couldnt .site-footer { background-color:…
Buse Nur
  • 21
  • 5
0
votes
2 answers

Two-items footer centered with Flexbox

I'm trying to create a footer with 2 elements (logo and copyright) using flexbox. This is the code: footer { display: flex; flex-direction: row; flex-wrap: nowrap; margin: 45px; } footer div { flex: 1; } footer img { …
0
votes
2 answers

Image is not part of the body in HTML and made footer unable to be at the bottom

I put an image in a div and somehow it's not part of the body thus made my footer unable to be at the bottom of the page. I read in here that i must make img position absolute, but it didn't change anything. I just want my footer to be at the bottom…
Svimmel
  • 30
  • 8
0
votes
0 answers

How to put Image&small text Footer always at the bottom

I use boostrap framwork and I have a "footer.html" like this :
1 2 3
99
100