Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • pavit Moderator
    #895289

    Hi

    In this file /templates/ja_magz/css/themes/pink/template-responsive.css line 1915 you have

    @media (max-width: 767px) {
      .t3-mainnav .navbar-inner .item-first {
        margin-right: 0 !important;
      }
      .t3-mainnav .navbar {
        width: auto !important;
        margin-left: 0 !important;
      }
      .top-header,
      .spl-home-1,
      .spl-home-2,
      .spl-home-3 {
        display: none;
      }

    Remove the display: none;

    sauvage Friend
    #895294

    Thank you very much ! It work.

    Why there is a line on the right and you can scroll from left to right then that nothing.

    Why the very bottom, there is an empty area?

    thx

    sauvage Friend
    #895295

    Line on the left…


    1. 12784452_10208718201374766_225744047_n
    2. 12833358_10208718201774776_1828545397_n
    sauvage Friend
    #895299

    empty arena on bottom


    1. 12835043_10208718202094784_233315909_n
    pavit Moderator
    #895304

    Hi

    Try to take a look at THIS TOPIC

    Regarding empty area you should verify from your template manager – layout tab – responsive if such modules are hided into various screen views


    1. Screenshot_21
    sauvage Friend
    #895312

    Try to take a look at THIS TOPIC

    Oops, your account does not have permission to access this topic. Sign Up Now!

    sauvage Friend
    #895313

    I hide the module (footer-logo, footer-social and footer) but its still appears on the bottom of my site web.

    pavit Moderator
    #895314

    you need to set the footer module position to col-xs-12 for extra small layout so they can fit properly in this view and not make the gap .

    Also verify that you are using latest version of template and T3 Framework using Ja Extension manager component

    sauvage Friend
    #895317

    you need to set the footer module position to col-xs-12 for extra small layout so they can fit properly in this view and not make the gap .

    I don’t understand. For me its ok in "Template manager – layout tab – responsive"

    Also verify that you are using latest version of template and T3 Framework using Ja Extension manager component

    its ok.

    pavit Moderator
    #895318

    I hide the module (footer-logo, footer-social and footer) but its still appears on the bottom of my site web.

    Answer to this post as private reply and share a temp super user account to your backend so we can take a closer look at your configuration and answer with a solution.

    sauvage Friend
    #895319
    This reply has been marked as private.
    pavit Moderator
    #895320
    This reply has been marked as private.
    sauvage Friend
    #896716

    Hi, after the modification about home-10 and the picture, my template is not responsive on phone.

    I have only the main nav menu and logo, login, search.

    🙁 🙁

    pavit Moderator
    #896722

    Hi

    Since you compiled less to css files now all your files were moved under /local/css folder

    so what i suggested in the second post above is still vaild

    You will need to remove from this file now /local/css/themes/pink/template-responsive.css
    around line 1915

    @media (max-width: 767px) {
      .t3-mainnav .navbar-inner .item-first {
        margin-right: 0 !important;
      }
      .t3-mainnav .navbar {
        width: auto !important;
        margin-left: 0 !important;
      }
      .top-header,
      .spl-home-1,
      .spl-home-2,
      .spl-home-3 {
        display: none;
      }

    Remove the display:none;

    sauvage Friend
    #896725

    Where is repertory local ?

    thanks

Viewing 15 posts - 1 through 15 (of 16 total)

This topic contains 16 replies, has 2 voices, and was last updated by  sauvage 8 years, 8 months ago.

The topic ‘No responsive’ is closed to new replies.