Hello,
I am having problem to achieve exactly what I what with the header builder with Theme Pro.
I have an image on the left side on the header, with an over effect. I achieve the hover effect with a class
.contact-email:hover {
content: url(/wp-content/uploads/2017/07/Formulaire-Contactez-nous-Email-Hover.png);
z-index: 999;
width: 50% !important;
height: auto !important;
display: inline-block;
padding-top:8px
}
The image is made with a content area:
<a href="" class="contact-email"><img src="/wp-content/uploads/2017/07/Formulaire-Contactez-nous-Email.png" class="contact-email" width="50% !important" height="auto !important"></a>
- How can I get the image hover effect to be exactly in the same size and position of the other image ?
- How can I have the the phone number on the right to be closer no the image (no big space between the two elements) ?
URL: https://mandtis.fr/
Pwd: E-MM
Thanks for your help.
Antoine