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
Hey,
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,
Yigit
sorry wrong url – please see private content
Hi,
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!
Yigit
… 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.
Hey,
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