Comments Victor started the conversationSeptember 8, 2019 at 3:31pmHi, i have a menu centered with Logo Alignment in center & Above items, but their links do not work. For what is this? please help. Thank you. 1,114Max repliedSeptember 8, 2019 at 6:34pmHi,Please try to add this to your custom CSS (wp-admin > theme options > custom css):.classic-menu:not(.responsive).incontainer:not(.responsive).classic_menu_align-pull-center.classic_menu_logo_align-pull-top .classic-menu-hot-links, .classic-menu:not(.responsive).fullwidth:not(.responsive).classic_menu_align-pull-center.classic_menu_logo_align-pull-top .classic-menu-hot-links { position: absolute;}Tell me if it works. If not, please provide me access to your wp-adminThanks, Max from the Sonaar.io Crew 1,114Max repliedSeptember 8, 2019 at 6:40pmSorry, the last code is wrong.Please use this instead:.classic-menu:not(.responsive).incontainer:not(.responsive).classic_menu_align-pull-center.classic_menu_logo_align-pull-top .classic-menu-hot-links, .classic-menu:not(.responsive).fullwidth:not(.responsive).classic_menu_align-pull-center.classic_menu_logo_align-pull-top .classic-menu-hot-links { display: inline-block; float: right;}Thanks, Max from the Sonaar.io Crew 1 LikeVictor repliedSeptember 10, 2019 at 6:46pmIt is working.Thank you. Sign in to reply ...
Hi, i have a menu centered with Logo Alignment in center & Above items, but their links do not work. For what is this? please help. Thank you.
Hi,
Please try to add this to your custom CSS (wp-admin > theme options > custom css):
.classic-menu:not(.responsive).incontainer:not(.responsive).classic_menu_align-pull-center.classic_menu_logo_align-pull-top .classic-menu-hot-links, .classic-menu:not(.responsive).fullwidth:not(.responsive).classic_menu_align-pull-center.classic_menu_logo_align-pull-top .classic-menu-hot-links {
position: absolute;
}
Tell me if it works. If not, please provide me access to your wp-admin
Thanks,
Max from the Sonaar.io Crew
Sorry, the last code is wrong.
Please use this instead:
.classic-menu:not(.responsive).incontainer:not(.responsive).classic_menu_align-pull-center.classic_menu_logo_align-pull-top .classic-menu-hot-links, .classic-menu:not(.responsive).fullwidth:not(.responsive).classic_menu_align-pull-center.classic_menu_logo_align-pull-top .classic-menu-hot-links {
display: inline-block;
float: right;
}
Thanks,
Max from the Sonaar.io Crew
It is working.
Thank you.