I am using Header 1. I have uploaded a 65 x 65 png logo file but I want to make two changes if possible:
1. The logo is being cutoff at the bottom by about 15-20 pixels. How do I change this position?
2. Conversely above the logo there is a 15 to 20 pixel space that is black. I would like to change that color to white to blend with the menu.
In looking at the menu it is showing this element with a Div ID of "logo". Trying to edit the Quick CSS does not seem to effect this. I also tried looking in the theme's style.css and the menu_section.php but am not seeing the styling for this Div there.
I have attached an image of what I am trying to achieve.
I am using Header 1. I have uploaded a 65 x 65 png logo file but I want to make two changes if possible:
1. The logo is being cutoff at the bottom by about 15-20 pixels. How do I change this position?
2. Conversely above the logo there is a 15 to 20 pixel space that is black. I would like to change that color to white to blend with the menu.
In looking at the menu it is showing this element with a Div ID of "logo". Trying to edit the Quick CSS does not seem to effect this. I also tried looking in the theme's style.css and the menu_section.php but am not seeing the styling for this Div there.
I have attached an image of what I am trying to achieve.
Thanks for any advice.
I had not heard back so I wanted to inquire if this could be done. Please let me know. Thank you.
try
#logo {
height: 90px;
background-color: #ffffff !important;
}
in theme options Styling Options -> Custom CSS
thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Geez. Perfect. Don\'t know why I was not able to get the #logo class to work.
Thanks for the magic touch.