Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #854827

    Hi The contact details have stopped linking in the header of this site.

    I am not sure what has happened.

    Can you help

    Regards

    Jenzai

    #855758

    Hey jenzai,

    Credentials did not work for me. Could you please update the credentials.

    Best regards,
    Victoria

    #855766
    This reply has been marked as private.
    #856049

    Hi jenzai,

    The links do not work because of this rule, that is set in quick css. If you set this to 10, the links are working again.
    https://cl.ly/1N0232203Q0q

    Best regards,
    Victoria

    #857660

    Thankyou!

    #857693

    Hi jenzai,

    Glad we got things working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #858427

    Morning. When the site is responsive the phone number and email goes over the menu..

    Regards

    Jenzai

    #858862

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    #av-burger-menu-ul {
        padding: 172px 0px !important;
    }

    Best regards,
    Rikard

    #858991

    Hi, no that did not work

    Regards

    Jenzai

    #859080

    Hi,

    Ok, then try to change this in child theme CSS:

    @media only screen and (max-width: 766px) {
    #header_meta {
        z-index: 10!important;
    }
    }

    to this:

    @media only screen and (max-width: 766px) {
    #header_meta {
        z-index: 1!important;
    }
    }

    Best regards,
    Rikard

    #859163

    Thanks, but it make the phone number unclickable.

    Regards

    Jenzai

    #859526

    Hi,

    Thank you for the update.

    Please replace the css code with the following.

    @media only screen and (max-width: 766px) {
        #header_meta {
            z-index: 20 !important;
            background: transparent !important;
        }
    
        .responsive #top #wrap_all #header {
            padding-bottom: 30px;
        }
    }

    We removed the background of the header_meta so it doesn’t cover the mobile menu and then extended the header container.

    Best regards,
    Ismael

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