Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • rovisco Friend
    #761669

    Hello,

    I want to make modules inside the red rectangle (Facebook, Twitter and Video) responsive modules. For example, in an extra small screen they will fit 12 columns.

    How can I do that?

    Thanks,
    Joana

    Pankaj Sharma Moderator
    #761737

    Hi
    You can publish the your module in the module position they are responsive . You can manage the size of the module position via template manager > Layout > responsive layout Tab .
    You can change the size of module position for different screen size devices .

    Ninja Lead Moderator
    #764040

    Hi Joana,

    All the problems as your mention above are from iframe tag into the module. In this case, you can force it on mobile layout

    Open templates/ja_medicare/css/custom.css file and add new rule

    @media (max-width: 767px) {
    .t3-module.row-feature iframe {
    width: 100% !important;
    height: 100% !important;
    }

    .t3-module .module-ct iframe {
    width: 100% !important;
    height: 100% !important;
    }
    }

    Regards

    rovisco Friend
    #782485

    The code did not work.

    Hi Joana,

    All the problems as your mention above are from iframe tag into the module. In this case, you can force it on mobile layout

    Open templates/ja_medicare/css/custom.css file and add new rule

    @media (max-width: 767px) { .t3-module.row-feature iframe { width: 100% !important; height: 100% !important; }
    .t3-module .module-ct iframe { width: 100% !important; height: 100% !important; } }

    Regards

    Ninja Lead Moderator
    #801707

    @rovisco: You can provide me the URL of your site and admin login info of your site again by putting info in your reply and SET AS PRIVATE reply (so that only Moderators and Staffs can see). I will check this bug directly on your site.

    rovisco Friend
    #803771
    This reply has been marked as private.
    Ninja Lead Moderator
    #811761

    Look at the screenshot here and it’s working as your expectation, right?

    rovisco Friend
    #812405

    Yes it is, thanks! Can you tell me how you fix it?

    Look at the screenshot here and it’s working as your expectation, right?

    Ninja Lead Moderator
    #812431

    I applied the same my solution here to fix the problem on your site

    rovisco Friend
    #812435

    Well, it worked… Maybe I miss something when I tried to fix.
    Thanks, it is solved.

    I applied the same my solution here to fix the problem on your site

    rovisco Friend
    #832693
    This reply has been marked as private.
    Ninja Lead Moderator
    #832792

    I am sure this is not a bug from our product, I checked on your site some cases need to change via templates/ja_medicare/css/custom.css file

    find and remove

    .col-lg-6 {
      height:250px;
    }
    • and find and change
    @media (max-width: 767px) { .t3-module.row-feature iframe { width: 100% !important; height: 100% !important; } .t3-module .module-ct iframe { width: 100% !important; height: 100% !important; } }

    to

    @media (max-width: 767px) { .t3-module.row-feature iframe { width: 100% !important; height: 100% !important; max-width: 100% !important; max-height: 100% !important; } .t3-module .module-ct iframe { width: 100% !important; height: 100% !important; max-width: 100% !important; max-height: 100% !important; } }
    rovisco Friend
    #834384
    This reply has been marked as private.
    Ninja Lead Moderator
    #834518

    Like I said before that, about the iframe problem on your site is not from our product, it depends on the module itself, if module supports responsive layout, it would work fine with our template.

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

This topic contains 13 replies, has 3 voices, and was last updated by  Ninja Lead 8 years, 10 months ago.

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