This topic has 3 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler
Hi,
I have two problems with my header:
– I have a very simple header ( https://prnt.sc/l9bm17 ), but as you can see, the word “COMPRAR” is at the left. I want to put it in the middle of the gray shape, but I don’t find the way.
– The header also changes (the possition of the gray menu link) when I pass from de normal header to the fixed header:
Normal header: https://prnt.sc/l9bnx0
Fixed header: https://prnt.sc/l9bpvxi
Please, could you help me with these problems?
Thenks!
I already solved the first problem!
Hello,
Please try to add this code in Global custom css:
.fixed-header .menu-wrapper {
width: 66%;
}
.fixed-header .header-logo {
margin-right: unset;
}
@media only screen and (max-width: 1200px){
.fixed-header .menu-wrapper {
width: 60%;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up