D
D
Denis Shishkin2016-11-23 22:29:00
css
Denis Shishkin, 2016-11-23 22:29:00

How to remove the space under the footer?

I can't figure out why there's a white space under the footer. take.ms/3llNb
- space not on all pages, on contact pages, simple on the page with text.
- Definitely not in css. I checked by prescribing * { border: 1px solid red; }
- I turned off all plugins, I found out that it seems like when I turn off woocommerce, the space disappears. But what kind of error then to look for in it, and where?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
iBird Rose, 2016-11-23
@DeniSShishkin

let me guess. no scroll on the right? and the page is short and almost without entries?
upd: #sns-vertical-menu-toggle .sns-vertical-menu-content is styled visibility: hidden; which just hides the block. but does not remove it. tobish its height still remains. make it display: none for example when hiding. or set height to 0 when hiding.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question