Logo box

Hi dear,

is it possible change the Logo size box and the logo size image?
I would like get a full size logo, keeping the amazing “shadow” effect.

I tried change the html, but i only could modify the photo size…

Many thanks

Alex

Hi Alex,

I hope you are well today and thank you for your question.

To change the Logo size box and the logo size image try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin.

#main-nav-wrapper #logo img {
  max-height: 100%;
}

For shadow effect could you please share me the screenshot of how you want it to display and also share me your site link so that i can help you to achieve it?

Best Regards,
Vinod Dalvi

Dear Vinod Dalvi,

thank you for your kind answer…

Let me answer

  1. Can i put that code in the section of wrodpress “css personalizzato” (in italian)?
    Look the photo
    http://i59.tinypic.com/343gr49.jpg

  2. I still making experiment with site, so i send you photo
    The shadow i meant about the logo frame is the black arrow

  1. New question. WHere is the part of code that handle the shadowo on the post (red arrow)? I would like make some changing

Many thanks

Alex

Robbynaish,

Box shadow for both of your mentioned elements are defined at the same place as both ar the same style.

Here is this code:

.type-post,
#main-nav-wrapper,
nav {
  -webkit-box-shadow: 0 4px 15px -5px #555;
  box-shadow: 0 4px 15px -5px #555;
}

You can simply take it from here, add to your Custom CSS field and edit it there. It will override default values defined inside theme style.css