-
AuthorPosts
-
July 14, 2017 at 7:21 pm #1048736
When I look at my site on the iPhone in Vertical position the sidebar-2 images in the modules I have there extend out over the site template. When I rotate my phone to horizontal position they are fine. The computer browser is fine as well. See image. How do I fix this?
July 17, 2017 at 3:51 am #1048998??
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 17, 2017 at 10:32 am #1049115Hi
You have modified the padding the creating this issue,
Remove this code from custom.css file and check.t3-sidebar .t3-module { margin-left: -20px; padding: 5px; }
Regards
July 17, 2017 at 12:54 pm #1049198You advised me to change this code to fix another issue I had with spacing around the images. See Topic HERE.
I want to keep the 5px setting as this is what I want it to look like when using a computer.
How do I keep the 5px for computers and get it to work on mobile devices as well?Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 18, 2017 at 1:38 am #1049326Hi
Replace the code with this code@media (min-width: 768px) { .t3-sidebar .t3-module { margin-left: -20px; padding: 5px; }}
This code will not work for mobile view.
Regards
1 user says Thank You to Pankaj Sharma for this useful post
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 4 replies, has 2 voices, and was last updated by Pankaj Sharma 7 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Sidebar-2 – Out Of Box
Viewing 5 posts - 1 through 5 (of 5 total)