footer menu click problem

Posted in: Newspaper
Post count: 1

my footer menu link is not clicked in web view, but it can be clicked in mobile, how can I fix it? my site is http://placestory.shop/

Post count: 27744

Hello,

I check your website and seems the problem is from CSS code, the easiest and fastest way to solve the problem is to use the custom CSS code, you need to add the custom code in Theme Panel-> Custom Code -> Custom CSS => https://www.screencast.com/t/3ay4xdDOg.
The code is:

.td-footer-wrap .wpb_row.td-pb-row{
display: block!important;
}

https://www.screencast.com/t/S5InQPywJc2V

Let me know about your results!

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.