Viewing 2 replies - 1 through 2 (of 2 total)
  • Yeah, it’s really weird. The footer has an inline style that sets a top margin of 444px, which is really odd, I can’t see a reason for it.

    You can override the inline style by adding this rule:

    #footer {
        margin-top: 0 !important;
    }

    You should use a Custom CSS plugin like Jetpack or Custom CSS Manager. You don’t want to modify any of the theme files directly. If the theme gets updated because of feature enhancements, bug fixes, or security patches, or if the theme has to be updated because of a change to the WordPress core, then your changes will be lost. Using a CSS plugin will prevent that from happening.

    Hi,

    I will fixed it in next version

    now just add this code in Custom CSS plugin

    #footer {
        margin-top: 0 !important;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Space below the service block’ is closed to new replies.