Reply To: How To Bring Full Image In Header

Home Forums WordPress Themes – Premium Pure & Simple How To Bring Full Image In Header Reply To: How To Bring Full Image In Header

#16606
Binaya D
Participant

Hi Maheswaran,

Please use the following css to fix your issue:


.logo img {
       max-height: 295px;
}

Or you may keep height whatever you want.

Thanks