Hello good morning, I would like that there is not so much space in the side modules, fix all the space left in the module with red background.

    reforo
    Hi
    Can you point the area that you want to add a red background as there are many module in the left sidebar and the space .
    Example http://prntscr.com/o6rw9g
    Do you want to add space in left side of text?

    sorry for my english, what I want is to reduce margins in modules I give examples.

    Look here with old Gavick template so I like the modules

      reforo
      Hi
      Add this code in override.css file to reduce the sidebar padding

      #gkSidebarRight .box {
          padding: 6px;
      }

      Now open your banner custom html module and use this code

      <div class="custom color">
      	
      	<div style="
          text-align: center;
      "><a href="https://www.fespugtmadrid.es/" target="_blank" rel="noopener"><img src="/images/ugt/img/logo-fsp.gif" alt="logo fsp" width="220" height="125"></a></div>
      		</div>

      The images are very small in size compare to the size you set.

      Regards

      Thank you very much, it is taking shape, but it lacks a little bit for the top part.

      By doing the same with another module below
      I have moved the modules left

      Solved thank you very much

      Ninja locked the discussion.

      We solved the left module, but not the proportional margins.
      See a screenshot of the old web.

      And now one of the new website, as I said above, is not proportional, if you could help me.

      Sincerely, Javier.

        if it is different because you use your code, but it is not proportional, the margins above are smaller than the ones of the law.
        those on the sides if it's okay

          reforo
          Hi
          replace

          #gkSidebarRight .box {
              padding: 6px;
          }

          with

          #gkSidebarRight .box {
              padding: 6px 6px 2px 6px;
          }

          in override.css file.

          Regards

          4 days later

          reforo Hi. I've just added style:

          .box img {
              display: block;
              max-width: 100%;
              height: auto;
          }

          to Your site and everything looks way better. Can You please explain what is broken when You try it?

          I have the override.css

          /* Here you can include your override CSS styles */
          #gkSidebarRight .box {
              padding: 6px 6px 2px 6px;
          }
          #gkSidebarLeft .box {
              padding: 6px 6px 6px 6px;
          }
          #gkMainbody .box {
              padding: 0px 0px 0px 0px;
          }

          I'm sorry but I have little knowledge I'm depending on.
          This weekend install joomla and the news 2 template from scratch for problems.
          Thanks for understanding.
          Sincerely, Javier.

            reforo
            Hi
            Is this solved for you?
            Kindly share if there is any issue

            Yes, it is much better, now if you can take it as resolved. Thank you.
            Greetings, Javier.

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