-
AuthorPosts
-
July 5, 2017 at 4:03 pm #1046352
Hi’
I’m replacing old template on http://www.emarmor.co.il with JA Sugite.
For some reason off canvas pushes content section although it is closed.
When i disable off canvas option it stops there for i believe the issue is in the off canvas.
I compares css with demo template, but to me everything looked the same’ and i could not solve it/
Any suggestions?
ThanksPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 6, 2017 at 1:35 am #1046399Hi
open file /templates/ja_sugite/css/rtl/off-canvas.cssFind
.off-canvas-left.t3-off-canvas { left: 0; right: auto; }
replace it with
.off-canvas-left.t3-off-canvas { left: 0; }
it will fix this issue.
Regards
July 6, 2017 at 3:45 am #1046448Hi,
It helped.
But now side bar disappears when i open it, i believe it moved right, and on lower screen sizes it is seen but diverted to the the right.
so’ i think there is another fix needed.
ThanksPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 9, 2017 at 3:55 am #1046983Hi,
It seems that on mobile, on screen resolution equal and lower from 374px,
problem returned.
so need complete fix.
Another question:
Since i embedded the fix on original files’ what will happen when i will upgrade?Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 10, 2017 at 3:02 am #1047100Hi
Add this code in custom.css file@media(max-width:350px){.t3-off-canvas { width: 200px; } .off-canvas-effect-4.off-canvas-open .off-canvas-effect-4.t3-off-canvas {width:250px;}}
Kindly use the custom.css file, it will not be overridden on template update.
Regards
July 10, 2017 at 7:35 am #1047188Thanks,
But still between 350 to 375 there is a movable gap and the size does not get fixed.
On samsung galaxy this is the resolution, and css fix does not resolve it.
I hope there is a total and fixed solution, because overall features of template are excellent.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 10, 2017 at 7:50 am #1047196Hi
Please replace 350 px to 370 in the code.
It will work for 374px size.Its the screen size.
It will work 🙂
RegardsJuly 10, 2017 at 8:11 am #1047209Thanks,
It causes the module category article to move to close to the left side.
I probably give up off canvas.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 10, 2017 at 8:51 am #1047227Hi
can you please share screenshot what issue you are facing with module?July 10, 2017 at 9:21 am #1047236Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 10, 2017 at 9:34 am #1047249Hi
it does not look from the off-canvas sidebar its the padding that is from the browser for UL tag
Try this code in custom.cssul.category-module-list { padding: 30px; }
You can set the padding value as per needs.
Regards
AuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 11 replies, has 2 voices, and was last updated by Pankaj Sharma 7 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
off canvas pushes content section even when it is closed
Viewing 12 posts - 1 through 12 (of 12 total)