- This topic has 2 replies, 2 voices, and was last updated 4 years, 9 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘footer issues’ is closed to new replies.
Home › Forums › Trusted Pro › footer issues
Tagged: Footer
The footer is taking up 1/2 the page! When i put footer as static all it dose is move that grey line to the bottom of the white block how do i get rid of it? I have no widgets in any columns and im using wordpress and trusted pro.
Did you try the solution I sent in my previous email replies to the same question you asked via our contact form?
Some of the Elementor content blocks on the page have fixed positioning and fixed widths that are too big for the page area, so it is causing issues.
It is not the theme footer that is too big, it is a large white blank area below the fixed position Elementor blocks. The theme footer is only the narrow dark band at the bottom of the page which is only 50 pixels high.
Add this CSS to Customize > Additional CSS:
.elementor,
.elementor-element {
max-width: 100% !important;
}
This should help but you really need to fix the Elementor blocks that are causing the issues.