• Below foooter, there is extra space (with cart, close, not sure what it denotes) which I am unable to remove. There is no widget in the layout below three footer columns.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator t-p

    (@t-p)

    Looks like this CSS rule controls it:

    .modal-content {
        height: 490px;
    }

    Make that height zero.

    Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.

    A custom CSS editor (usually titled Additional CSS) is included in the Customizer as of WordPress 4.7 specifically for this purpose.

    As an alternative, especially if you intend to modify more than just CSS, create a child theme.

    Thread Starter digitalsplendid

    (@digitalsplendid)

    I could locate Additional CSS but unable to access the file that contains the above-mentioned code (or rather any code) to edit.

    .modal-content {
    height: 490px;
    }

    What I find is a facility to add only new codes.

    Thread Starter digitalsplendid

    (@digitalsplendid)

    The issue is resolved after adding a new plugin SiteOrigin CSS and pasting the above-mentioned code:

    .modal-content {
    height: 0;
    }

    Maybe, I could have achieved the same result from the Additional CSS where there is a facility to add new codes.
    However, I still want to know an easy way to read already written CSS file code.

    Thread Starter digitalsplendid

    (@digitalsplendid)

    Below footer, there is text Cart, Close showing which is not needed and not sure how it appeared.

    Moderator t-p

    (@t-p)

    I recommend asking at https://wordpress.org/support/theme/hitmag so the theme’s developers and support community can help you with this.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Unable to remove space below footer’ is closed to new replies.