Hi,
The hyperlinks in our main menu are pushed down, under the actual text for the link. Each time we adjust the .main-menu class in the upload/dynamic_avia/enfold-child.css file to make the hyperlink appear over the text , as needed, it is reverted back to the original after any other part of the website is altered.
Is there a way to change the top value of 60px in the .main-menu class in the upload/dynamic_avia/enfold-child.css file with out it changing back to the default?
Hey agameseo!
Could you please provide a link to the site in question so that we can take a closer look?
Regards,
Rikard
Hi!
Replace the 3 images styling with this:
.three-images {
clear: none;
display: inline;
position: absolute;
z-index: 101;
line-height: 20px;
height: 111px;
margin: 0;
right: 0;
}
.three-images .avia_mega_div {
margin-top: 20px !important;
}
Best regards,
Ismael
Hi Ismael,
Thank you for providing this response. We have implemented your code, but the hyperlinks still appear under the actual words. Is there something else that we can try?
Kind Regards,
Alex
Hey!
I checked the site but I didn’t see the code above. The .three-images style is still the same:
.three-images {
clear: none;
display: inline;
position: absolute;
z-index: 101;
line-height: 30px;
height: 100%;
margin: 0;
right: 0;
}
Please apply the code that we suggested. Remove browser cache then check the page again.
Best regards,
Ismael