Hi,
Modules placed in sidebar-left, sidebar-right and top-sidebar-right positions are not visible on mobiles and tablets views. How can I make them visible?
Thanks

    centerprh
    Hi
    Its hidden for the small layout so you can see the main content on the top, otherwise it will show the left sidebar first.
    You can enable the override.css file from template options and add this code

    @media(max-width:768px){
    .gkSidebarRight,
    #gkSidebarLeft {
      display: block!important;
      width:100%!important;
    }}

    Regards

    Thanks it works.
    But it shows only Sidebar Left. What about "Sidebar Top Right" and "Sidebar Right"? Can I use the same code?
    Regards Stoicho

      centerprh
      Can you enable override css file and add the code in /templates/gk_evonews/css/override.css
      I can not see the file is enabled.

      There is not such file in the directory. I put the code into the field "Custom css code" in advanced settings of the templates. After that I saw that it changed the Desktop view and remove it. I don't know how to make override.css file. Can I find somewhere an example?
      Thanks
      Stoicho



        It was enabled by default. Please see the screenshots.

          centerprh
          Not sure if its deleted, you can add this file in css folder, if still issue, submit a temp super user login details for staff via Edit fields option in first post.

          Regards

          Thanks a lot. I did it and it works.
          The Sidebar-right module visualizes on the screen near the main-body module and it doesn't look good. I think again whether I use this code.
          Thanks again
          Regards
          Stoicho

          Ninja locked the discussion.
          Write a Reply...
          You need to Login to view replies.