-
AuthorPosts
-
February 26, 2020 at 10:08 am #1188003
If I change the padding for the main menu like this:
@media only screen and (max-width: 989px) and (min-width: 768px) .responsive .main_menu ul:first-child > li > a { padding: 30px 10px 0 10px; }… anchor links in the sub-menu doesn´t work anymore. If you click multiple times on the anchor Link, the URL of the anchor link change. This sounds really strange – yes it is!
For your testing I have disabled the child theme. So it is just enfold with the mentioned style in Quick CSS. Please see private content for account details
February 27, 2020 at 2:28 pm #1188473Hey,
Thanks for contacting us!
Could you please check login link once again? I tried default login links however they did not work either :)
Best regards,
YigitFebruary 27, 2020 at 2:33 pm #1188475sorry wrong url – please see private content
February 27, 2020 at 2:37 pm #1188477Hi,
I tried clicking both items in your sub menu element couple of times however URL does not change for me. If possible, could you please create a screencast of the issue and share it with us so we can make sure that we are on the same page?
You can upload your screencast on Dropbox public folder and post the link here :)Cheers!
YigitFebruary 27, 2020 at 3:39 pm #1188496… embarrassing, now it works – although I had cleared all caches during my testing.
Anyway with child theme it still doesn’t work! As can be seen here in the webcast: http://kundenbereich.postkomm.de/cloud/screencast.webm
If I delete the styles, the links also work. Can you please check again – with active child.
February 27, 2020 at 4:11 pm #1188509Hey,
Following custom CSS code is causing the issue
@media only screen and (min-width: 767px) { .av-main-nav > li > a { padding-top: 30px!important; letter-spacing: 1px; text-transform: lowercase; font-weight: 100; }}Please change it to following
@media only screen and (min-width: 767px) { .av-main-nav > li > a { letter-spacing: 1px; text-transform: lowercase; font-weight: 100; line-height: 180px!important; }}Cheers!
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.
