How can I get the login/sign up at the top of the mobile site. It currently displays in the menu but I need it to be above everything and displayed without needing to open the menu or anything else.
Thanks
Hello,
You can make the top menu show up on mobile devices as well so the top menu sign in will work on mobiles as well. Please follow this topic: https://forum.tagdiv.com/topic/secondary-menu-3/
Thanks.
Hi,
I tried the following code in the css but the top bar is still not displaying on mobile.
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
.td-header-sp-top-menu {
display:block!important;
}
.td-header-style-12 .top-header-menu > li, .td-header-style-12 .td-header-sp-top-menu, .td-header-style-12 .td-header-sp-top-widget{
line-height:30px;
}
#menu-secondary-navi-menu{
text-align:center;
}
}
Thank you. It works.
Is there a way to make the Sign In/Join two separate links? Currently if someone is not registered and they click the Sign In / Join it takes them to the sign in. Then they have to hit the back arrow to get the option to hit join.
Thanks