Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
netprofession
tagDiv Member

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

netprofession
tagDiv Member
netprofession
tagDiv Member

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;
}
}

Viewing 3 posts - 1 through 3 (of 3 total)