Home › Forums › Support › Weird header appareance in width 1024px › Reply To: Weird header appareance in width 1024px
November 19, 2015 at 11:24 pm
#154309
Great!
I only see that from the width I write, to 768px, the logo keeps aligned left, and the mobile menu centered, what looks strange. I add this code to your code to fix this issue:
.fluid-header .inside-header {
text-align: center;
}
If you consider my code does not have side effects, the topic is resolved.
Thank you!!