R
R
Robin30002021-05-11 16:41:41
Android
Robin3000, 2021-05-11 16:41:41

Links in the footer on the mobile version of the site do not work. How to fix?

Links in the footer on the mobile version of the site https://psktechpro.com

do not work. I know that this is something that most likely needs to be corrected in css, but I don’t know what exactly.

If anyone knows what needs to be done please help.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
archelon, 2021-05-11
@archelon

remove this rule

.site-footer .widget_text ul li {
float: left; 
}

M
mukzer, 2021-05-11
@mukzer

609a91df9aa52297037110.jpeg

R
Robin3000, 2021-05-11
@Robin3000

Tried to just remove float: left; - didn't help
Removed this block completely
.site-footer .widget_text ul {
float: left;
padding-left: 0px;
margin-left: 0px;
margin-top: -17px;
}
After that links became active.
Thanks to everyone who replied!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question