Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
notfound Friend
notfound
- Join date:
- December 2010
- Posts:
- 29
- Downloads:
- 363
- Uploads:
- 2
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
January 2, 2016 at 10:18 pm #837130The picture on the left is blocking a big trunk of the slideshow.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
notfound Friendnotfound
- Join date:
- December 2010
- Posts:
- 29
- Downloads:
- 363
- Uploads:
- 2
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
January 4, 2016 at 8:08 am #837999Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
January 5, 2016 at 7:01 am #838822Hi @notfound,
You can open file templates/ja_platon/css/themes/blue/template.css then remove this code :
@media (min-width: 1200px) { .has-slideshow .t3-sl-1 .col-lg-6 + .col-lg-6 { margin-top: -285px; } } @media (min-width: 1500px) { .has-slideshow .t3-sl-1 .col-lg-6 + .col-lg-6 { margin-top: -360px; } }
January 7, 2016 at 10:18 pm #841321I also want to get rid of that part. I’m just wondering. If I delete this part in the template.css and I update Platon in the future. Will it appear again?
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
January 8, 2016 at 10:07 am #841765Hi @notfound,
So you can add this code to templates/ja_platon/css/custom.css (this file won’t be replaced if you update the template via JA Extension Manager) :
@media (min-width: 1200px) { .has-slideshow .t3-sl-1 .col-lg-6 + .col-lg-6 { margin-top: 0; } } @media (min-width: 1500px) { .has-slideshow .t3-sl-1 .col-lg-6 + .col-lg-6 { margin-top: 0; } }
1 user says Thank You to Adam M for this useful post
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 5 replies, has 3 voices, and was last updated by Adam M 8 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum