Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • notfound Friend
    #837130

    The picture on the left is blocking a big trunk of the slideshow.

    Adam M Moderator
    #837943

    Hi @notfound,

    I still haven’t got your idea yet, could you please clarify a little bit so I can assist you better ?

    notfound Friend
    #837999

    See attached.


    1. 1
    Adam M Moderator
    #838822

    Hi @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;
      }
    }
    baud Friend
    #841321

    I 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 Moderator
    #841765

    Hi @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;
      }
    }
Viewing 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, 4 months ago.

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