Home › Forums › WordPress Themes – Premium › Lavish Pro › Header image linked › Reply To: Header image linked
February 27, 2017 at 10:02 am
#42573
Participant
Hi Sushil,
Thank you for your answer.
I tried including this code between header aside tags:
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" style="display: block; height: 100%; width:100%; text-indent:-9999px;">click anywere!</a>
but it doesn’t work on 100% height. Only on a top thin area about 20-25px. I know that is an inline element, but I haven’t found an alternative.
How would you do it?
Thanks!