magic22
Forum Replies Created
-
Forum: Plugins
In reply to: [Page scroll to id] Offset on mobileYour code don’t work but I contacted Divi support and they gave me code wich work.
@media screen and (max-width: 980px) {
li#menu-item-2645.current-menu-item {
background: blueviolet;
}}Thank you again 🙂
Forum: Plugins
In reply to: [Page scroll to id] Offset on mobileHello,
I have another problem. On the site – https://www.virtualnarealitasr.sk I have different page – Hry a návody. On this page don’t work highlight. Can you help me please?Forum: Plugins
In reply to: [Page scroll to id] Offset on mobile.mPS2id-clicked is good for mobile and tablet. Thank you very much for help. Now is all perfect. Happy new year 🙂
Forum: Plugins
In reply to: [Page scroll to id] Offset on mobileNow is better but when I click on item – Kontakt on mobile, then I have highlight with item – Čiernenie. When I click on item – Čiernenie there is no highlight.
On tablet when I click on item – Úvod there is highlight with item – O nás.
Forum: Plugins
In reply to: [Page scroll to id] Offset on mobileThank you very much. PHP code work well.
I have another problem with highlight on mobile.
I put this CSS but don’t work well. On the second web work. I dont’t know why.@media screen and (max-width: 979px) {
a.mPS2id-highlight{
background: #0c71c3;
}}