-
AuthorPosts
-
hdsports Friend
hdsports
- Join date:
- October 2014
- Posts:
- 27
- Downloads:
- 2
- Uploads:
- 4
- Thanks:
- 2
- Thanked:
- 2 times in 2 posts
December 5, 2014 at 7:30 pm #203335Hey,
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 regardsPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 6, 2014 at 5:40 am #557719HI 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/5dq6pbHope it helps
hdsports Friendhdsports
- Join date:
- October 2014
- Posts:
- 27
- Downloads:
- 2
- Uploads:
- 4
- Thanks:
- 2
- Thanked:
- 2 times in 2 posts
December 6, 2014 at 9:18 am #557728hm, no thats not the reason
Collapse navigation for small screens is already enabled..Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 8, 2014 at 4:34 am #557808PM 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 Friendhdsports
- Join date:
- October 2014
- Posts:
- 27
- Downloads:
- 2
- Uploads:
- 4
- Thanks:
- 2
- Thanked:
- 2 times in 2 posts
December 10, 2014 at 9:32 pm #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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 18, 2014 at 8:28 am #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;
}
}
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by Ninja Lead 9 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum