Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • billyray Friend
    #188943

    Hello,

    When logging into the T3 my-template “Layouts” I am able to turn off the slidenews position. But when going to ->Responsive Layouts there is no option to turn off this position. Is there a way to include the on/off option for this position? I want to only view it on desktop and not in responsive mobile devices.

    Thanks

    phong nam Friend
    #499004

    Hi billyray,

    The slidesnews is a fixed position that is why there is no option for hiding this position in Responsive Layout. Anyways, You can try to put below css codes into templates/ja_mitius/css/custom.css files:

    @media (max-width: 1199px) {
    .right-slideshow {
    display: none;
    }
    }

    Then the slidesnews position will appear on desktop view only.

    billyray Friend
    #499217

    Thanks Leo,

    That works fine for me.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  billyray 10 years, 10 months ago.

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