Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #404814

    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?

    #405064

    Hey agameseo!

    Could you please provide a link to the site in question so that we can take a closer look?

    Regards,
    Rikard

    #405370
    This reply has been marked as private.
    #406254

    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

    #416616

    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

    #417576

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.