Centralised menu items broke with most recent update

Home Forums Pro Support Centralised menu items broke with most recent update

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #70213
    Robin WyattRobin Wyatt
    Participant

    I am writing here because Kriti asked me to do so, rather than emailing. She said to mark the message private if sharing login credentials. I can not find a means of doing this, meaning that I sadly cannot share the credentials. I hope you can nevertheless help.

    My site is http://www.communication-for-development.com. I used to have centralised menu items, but this broke with most recent update. Now, main items appear all the way to the left of the screen and sub items appear all the way to the right. It looks very unprofessional. The following is my full custom code, all of which was given to me by Peter previously (the last one used to ensure the menu items were centralised):

    #responsive-menu-pro-container li.responsive-menu-pro-item a {
    text-align: left; font-weight: bold; padding-left: 47%;
    }

    #responsive-menu-pro-container li.responsive-menu-pro-item a:hover {
    text-decoration: underline;
    }

    #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
    left: 42%; padding-top: 2px;
    }

    #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu-depth-1 a.responsive-menu-pro-item-link {
    padding-left: 49%;
    }

    #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu-depth-2 a.responsive-menu-pro-item-link {
    padding-left: 51%;
    }

    #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu-depth-1 a.responsive-menu-pro-item-link {
    font-weight: normal;
    }

    #responsive-menu-pro-container #responsive-menu-pro-wrapper {
    background: none;
    }

    button:active { outline: none; border: none;}
    button:focus {outline:0;}

    button#responsive-menu-pro-button {
    box-shadow: none;
    -webkit-box-shadow: none;
    background-image: none;
    }

    button#responsive-menu-pro-button {
    margin-left: -26px;
    }

    #responsive-menu-pro-container #responsive-menu-pro-title #responsive-menu-pro-title-image img {
    max-width: 100%;
    }

    #responsive-menu-pro-container #responsive-menu-pro-title #responsive-menu-pro-title-image img {
    max-height: 180px;
    width: auto;
    }

    #responsive-menu-pro-container #responsive-menu-pro {
    margin-top: -30px;
    }

    #responsive-menu-pro-container #responsive-menu-pro-title {
    text-align: center;
    }

    If you could please guide me on this, I would appreciate it. Thanks.

    #70216
    Kriti SharmaKriti Sharma
    Keymaster

    Hi Robin,

    Website to Responsive Menu Pro Support Forum. Hope you are doing well.

    To share the message as private, you just need to tick the checkbox below every message saying “Set the message as private”.

    Kind regards,
    Kriti

    #70217
    Robin WyattRobin Wyatt
    Participant
    This reply has been marked as private.
    #70218
    Kriti SharmaKriti Sharma
    Keymaster

    Hi,

    Please give us some time to look into the issue. I will get back to you soon.

    Regards,
    Kriti

    #70227
    Kriti SharmaKriti Sharma
    Keymaster

    Hi,

    We were not able to login to your website using the login credential provided.

    So, we used chrome developer tools to troubleshoot this issue.

    We suggest you to add the following at the very end of their custom CSS code.

    #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
        padding: 0px !important;
        text-align: center !important;
    }

    After adding the above-mention css code, please remember to clear any cache plugin or server cache’s cache content, as well as your desktop browser history.

    This will allow updated content to show up on your website.

    Please see screen-cast of the result.

    https://drive.google.com/open?id=1c-oId2DPwOwqtOvGhZxpPM8D5H2nEQkH

    Kind regards,
    Kriti

    #70228
    Robin WyattRobin Wyatt
    Participant

    Thank you, that worked!

    #70230
    Kriti SharmaKriti Sharma
    Keymaster

    It is glad to know that it worked for you.

    Regards,
    Kriti

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Centralised menu items broke with most recent update’ is closed to new replies.