This topic has 3 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Rose Tyler
Hi,
My website uses XStore with its RTL layout, and I have a problem with the “Login or register/My account” link in the top bar: when you click the search icon, from some reason the my account link jumps to a weird position. Also, in the “sticky header” the link appears between the Wishlist and the search icons, pushing the search icon to the right.
hidden sector
Hello,
Please add this code in Theme Options > Styling > Custom css:
.shop-top-bar .top-bar .navbar-header.show-in-tb-right.search-active {
width: auto !important;
position: relative;
border-bottom: 0px;
}
.fixed-header .login-link {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up