This topic has 20 replies, 3 voices, and was last updated 3 years, 2 months ago ago by Rose Tyler
Hi guys, just found this weird problem.
Why is my footer menu changing sizes on shop and product pages?
other pages http://prntscr.com/14jikuj
Found the fix. Using the YellowPencil plugin..
Hello,
Let us know if you need any other assistance.
Regards
Hello, jjust an update. dunno what happened here.
It seems like the footer menu is different in tablet view than the phone view.
I would like to have the footer in tablet same as in mobile view.
http://prntscr.com/1c7l1gj MObile view
Thank you!
Hello
kindly change the view on tablet mode by going to Dashboard > Static Block and make changes on your require footer section or send us your website wp logins so that we will check your issue .
Regards
hello guys, sorry for not replying here. i’m still having problem with tablet mode on footer nav.
Please check.
Login details in private content.
Hello,
Do you want to get such a result – https://gyazo.com/6465a1ca1cdcc75c54988eb8bc765f6b on Tablet OR logo and menu exactly as on Mobile?
Regards
Hi Rose,
Logo and Menu exactly as Mobile please. How can we do it? Thank you very miuch..
Same as this please https://prnt.sc/1qj8po5
Hello,
I’ve edited your “Footer – OTC Store Elementor 2” static block. Please clear cache and check the footer now.
Regards
All good on mobile and Ipad but on ipad pro it has problem
http://prntscr.com/1qm667v please check. Thank you!
Fixed. Check now
Regards
Thank you!
You’re welcome!
Regards
Hi rose, another problem with the nav on table and phone view.
the text nav rollover changed. 🙁 im on the live site now..
Hello,
http://prntscr.com/1qxmum0 to get this on hover use the next custom CSS code ->
.footer .menu-element .menu li a {
position: relative;
}
Regards
should i delete some css for the footer nav hover? not sure iif there was one when you fixed the site before.
before migrating the nav hover was fine. not sure also what happened here..
found the code
/* Footer Hover Nav */
.footer .menu-element .menu li > a {
padding-left: 0px !important;
padding-right: 0px !important;
}
.footer .menu-element .menu li {
margin-left: 1.07em !important;
margin-right: 1.07em !important;
}
.footer .menu-element .menu li > a:before {
content: '';
height: 2px;
width: 0;
right: 0;
position: absolute;
transition: width .2s ease-in-out;
bottom: 0;
background: currentColor;
}
.footer .menu-element .menu li > a:hover:before {
width: 100%;
}
Hello,
No, do not edit that code, just add the new one.
Regards
will gonna check now. thanks guys!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up