Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
Hi guys,
I’m having trouble adjusting the logo within the menu area. When I put my logo (bigger than the default logo, but the exact size advised in the installation) the logo is not centered and leaves the menu area. From what I could observe the problem this in css
#logo img, #logo_snap img {
max-width: none;
top: 50%;
position: relative;
I think I would have to change the top to 18%
But I don’t have Idea how I can change or do this.
here is one image of the problem.
https://uploaddeimagens.com.br/imagens/captura_de_tela_2017-08-07_as_01-50-12-png
Thanks
Hello,
You only need to add the css code into your custom css box, that is located in General Options. Add this code:
#logo img, #logo_snap img {
top: 18% !important;
}
Let us know.
Best regards!
Hi Mirela,
Thanks for your answer.
It’s weird because I had try it before and never worked. Now, I try this code at the css box on the general options, but still nothing changed.
So, I apply this code on the personalize tab on the css additional and than works. 🙂
Do you thing that I need to do something in order to activate the css box on GO?
Thanks
Hello,
Did you paste it into the Custom Css box in General Options? There is no issue with the custom css box. If you want, you can send us some valid wp credentials in a private reply. So we can check if the code was pasted correctly.
Best regards!
You must be logged in to reply to this topic.