Putting site logo on menu bar

Hi Movin how you doin….thanks for the css code that you helped me in my previous topic https://colorlibsupport.com/t/putting-site-title-and-logo-on-menu-bar/ it worked, but I have one more problem that I totally forgot to mention that the corousel slider is not working properly on my website you can see at the bottom of the the slider there is a little gray margin space left which is supposed to be covered by the slider image but it is not so I want to get rid of thihtis problem can you help me with this. Also I want to put my site logo beside the title either left to it or right to it.

Hi @saleheenster,

Thank you for your question.

You can remove the space from the bottom of the slider by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Unite Options -> Other -> Custom CSS


body.home .carousel.slide {
    margin-bottom: 0;
}
body.home .carousel.slide > p,
body.home .carousel.slide + p,
body.home .carousel.slide .carousel-inner > p {
    display: none;
}

Best Regards,
Movin