Hi, I did what I was told to modify the size of the logo, however, when I gave it 200 pixels wide, it covers the home, home and other menus, how can I solve this?
juankitacl The logo appears fine for me. Kindly review
Ref: Screenshot
aman204 of agreement friend, but the logo to deliver the 200px width covers and covers the rest of the menus, there is no css code or other that allows me to move the menus to the right so that I do not cover the menus a Once inserted the widest logo?
aman204 I know you see it well because I had an emergency to put a logo 160 by 160 px as the original template to see it momentarily but the logo I need to put there is 200 px wide and I know I'm becoming a pain head, sorry friend and thanks Aman
juankitacl
Hi,
You can use logo with 200px wide and add this custom CSS code:
@media (min-width: 992px) { .t3-mainnav { margin-left: 150px; /* change to the value which suits your need*/ } }
Regards
thanks saguaros