This topic has 8 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler
Hello,
The tabs on main header are off from the centre. I want all the tab text to be centred with the logo and shopping bag icon.
Here is how it looks (red line is the center line): http://prntscr.com/ljdehg
Please help me in this regard.
Hello,
Please try to add this code in Global custom css:
.header-type-5 .menu > li > a {
padding-bottom: 5px;
}
Regards
Thanks, it is done.
I have another related query. The fixed header is shifted to right as compared to the main header. Please tell how to resolve this.
.fixed-header-area .menu-main-container > ul {
text-align: left;
margin-left: 60px;
padding-top: 22px;
}
Regards
Thanks. It works. I have another similar issue. On mobile version, my logo moves to lower side of the header and does not remain in middle. Kindly tell what to do.
Please try to add this code in Global custom css:
.header-type-5.header-wrapper .header-logo {
top: 0px;
}
Regards
The logo is centred in the fixed header but not in the main header.
Please change the previous code to:
.header-type-5.header-wrapper .header-logo {
top: 0px !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up