Space at the end, when editing page 404
-
I am editing the 404 error page, but I have a space at the end that I do not know how to fix, I have touched the CSS but I can not solve it.
My PHP code:
<?php /** * The template for displaying 404 pages (Not Found). * * @package GeneratePress */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } echo do_shortcode("[hfe_template id='" . "7401" . "']"); // Header ?> <div id="primary" <?php generate_do_element_classes( 'content' ); ?>> <main id="main" <?php generate_do_element_classes( 'main' ); ?>> <center> <img src='https://frentevermina.com/wp-content/uploads/2021/03/Error404_Link.png'> </center> <?php echo do_shortcode("[hfe_template id='" . "7406" . "']"); get_header(); ?>
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Space at the end, when editing page 404’ is closed to new replies.