Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • kugelmeier Friend
    #1087824

    Hallo,
    problem on mobile web:
    in smartphones the head shows 3 black stripes, logo + shop symbol + menue
    Is it possible to reduce them to 2 or 1 stripe? Logo next to shop or menue next to shop?

    And a general question: Whats happens with the live template when I upgrade this?
    Shall I duplicate the template.css and the custum.css?

    Regards
    Klaus


    1. screen_mobile
    Pankaj Sharma Moderator
    #1087935

    Hi
    The logo, Menu and cart are defined in 3 different blocks, when u check them in mobile, you will see the logo and cart on first line and menu in the 2nd line
    http://prntscr.com/i3qf94
    There is not much space to fix all of them on one line.
    You can check the site on real mobile devices, the width of the device lower than 368px will show the menu like in your screenshot because there is not enough width to fit them in one row.
    If you want I can help you in css change to fit the logo and cart in one row for these devices too

    Regards

    kugelmeier Friend
    #1087997

    Hallo,

    yes thanks. If logo and menue in one row it seems better.
    Please help to fit the logo and cart in one row, but only in mobile.

    Regards
    Klaus

    Pankaj Sharma Moderator
    #1088029

    Hi
    Open /css/custom.css file in the template folder and add this code

    @media (max-width: 360px) { .logo { width: auto; }}

    save file, clear Joomla cache and check.

    Regards

    kugelmeier Friend
    #1088063

    Hallo,
    I have done it and it seems ok. But in your Elicyon live demo the menue and basket in one row and the
    logo is standing above in the middle. See the screen.
    It looks better – is it possible?

    Regards
    Klaus


    1. Bildschirmfoto-2018-01-22-um-14.30.29
    Pankaj Sharma Moderator
    #1088116

    Hi
    In the demo site, the menu is off-canvas menu, not the mega menu.
    You can disable the collapse navigation for small screen from the template options.
    And use the off-canvas sidebar to get the same view.
    Here is documentation for menu system in this template.

    Regards

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum