Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #731198

    Hello,

    1. We were wondering how we can add a logo to the mobile nav? When it expands from the right, can we add a logo in the space beside the ‘x’?

    2. We have menu items that are not clickable (on desktop) as these are the menu titles for the sub categories. Example: About Us, Services etc. Can we have these non-clickable so that the user stays on the mobile nav instead of the nav disappearing and staying on the current page? We would like it to function like the Desktop where that menu item is not clickable.

    Site reference: http://solutions2organizeu.ca/

    #732136

    Hello,

    Just checking to see if there is any update on this?

    #732234

    Hi,

    try something like this inside Quick CSS field:

    a#advanced_menu_hide:after {
    content: url(https://ttkv-hameln-pyrmont.de/content/newsbilder/News_Auto.jpg);
    position: relative;
    left: -50px;
    }

    and adjust as needed.

    Please stick to one question only in one ticket and feel free to open other tickets for other questions.

    Best regards,
    Andy

    #732247

    Hi Andy,

    This seems to have placed an img but the sizing and positioning are not correct. Is there a way I can control the size?

    You can review here:

    #733649

    Hi,

    Try adding height, width and background-size in the css code given by Andy.

    Best regards,
    Nikko

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