Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • hdsports Friend
    #203335

    Hey,
    i use purity iii template on http://www.hdsports.at
    but when i see my site on mobile version or on very small displays, i dont see the main menu on the header.
    i dont know why. responsive template is activated. on every layout (extra smal – large) the mainmenu is activated.
    Best regards

    Pankaj Sharma Moderator
    #557719

    HI it seems you have not enabled the menu for small screen from template options .
    Check Collapse Navigation for small screen .>>> ON
    see this >>> http://prntscr.com/5dq6pb

    Hope it helps

    hdsports Friend
    #557728

    hm, no thats not the reason
    Collapse navigation for small screens is already enabled..

    Pankaj Sharma Moderator
    #557808

    PM me your working site admin details . and let e know the custom changes if have done on php/css files .
    I will check it on your site .

    hdsports Friend
    #558223

    <em>@pankajsharma 456492 wrote:</em><blockquote>PM me your working site admin details . and let e know the custom changes if have done on php/css files .
    I will check it on your site .</blockquote>
    hey, i had sent you a p.m. with the admin details…
    i maked many changes on the php/css files..

    Ninja Lead Moderator
    #559048

    <em>@hdsports 457003 wrote:</em><blockquote>hey, i had sent you a p.m. with the admin details…
    i maked many changes on the php/css files..</blockquote>

    You can apply below solution to show small menu on your site:

    + Open templates/purity_iii/local/css/themes/red/off-canvas.css file

    find and change


    .off-canvas-toggle {
    border-radius: 0;
    border: 0;
    background: transparent;
    color: #ffffff ; /* HDsports von ffcccc auf ffffff geändert, damit weißer hintergrund bei dem butto */
    padding: 0 ;
    width: 55px ;
    height: 55px ;
    line-height: 55px ;
    position: absolute ;
    top: 0;
    left: 0;
    }

    To

    .off-canvas-toggle {
    border-radius: 0;
    border: 0;
    background: transparent;
    color: #ffffff ; /* HDsports von ffcccc auf ffffff geändert, damit weißer hintergrund bei dem butto */
    padding: 0;
    width: 55px ;
    height: 55px ;
    line-height: 55px ;
    position: absolute;
    top: 0;
    left: 0;
    background: #b30000 ;
    }

    + Open templates/purity_iii/local/css/themes/red/template.css file

    Find and change

    @media screen and (min-width: 2px) {
    .off-canvas-toggle + .container .navbar-header .logo {
    border-left: 0;
    }
    }

    To

    @media screen and (min-width: 2px) {
    .off-canvas-toggle + .container .navbar-header .logo {
    border-left: 0;
    margin-left: 55px;
    }
    }

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

This topic contains 6 replies, has 3 voices, and was last updated by  Ninja Lead 9 years, 4 months ago.

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