0
Welcome Guest! Login
0 items Join Now

Remove excess white space btwn modules

    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Remove excess white space btwn modules

    Posted 13 years 6 months ago
    • You could try to add that at the end of template.css ...

      No guarantee that it will solve everything but it looked good on my local install ...
    • assur3's Avatar
    • assur3
    • Elite Rocketeer
    • Posts: 564
    • Thanks: 1

    Re: Remove excess white space btwn modules

    Posted 13 years 6 months ago
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Remove excess white space btwn modules

    Posted 13 years 6 months ago
    • Nice!

      There can be situations where you might need some tweaking still.
      Feel free to post here since I keep subscribed to this thread.
  • Re: Remove excess white space btwn modules

    Posted 13 years 6 months ago
    • "Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never Never change a single thing in the components folder ... really NEVER ... if anybody suggested that here ... that is just wrong."

      it's called 'Deutsche Gründlichkeit'. They say it's typical for Germans.. :cheesy:
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: Remove excess white space btwn modules

    Posted 13 years 6 months ago
    • :arrowu: :cheesy:
    • jegiese's Avatar
    • jegiese
    • Newbie
    • Posts: 13
    • Thanks: 1

    Re: Remove excess white space btwn modules

    Posted 13 years 5 months ago
    • RT MOD SQUAD Rocks...solved my issue in one shot. Just added this to the end of my template.css file and worked fine. :P
  • Re: Remove excess white space btwn modules

    Posted 13 years 4 months ago
    • Hi All,

      I don't know whether people are experiencing the same issue as me when they say 'white-space' but I found that I was getting some strange space / character inbetween the module content and my module, and in some instance - particularly when using K2 - on the div which wraps the component.

      If people would like the code (i produced some js to strip these weird characters and spaces) then feel free to message me, as I noticed that there's no way to attach files to my post
  • Re: Remove excess white space btwn modules

    Posted 13 years 2 months ago
    • This worked so GREAT, I wanted to re-Quote it here, with an obvious reference:

      If you want to change the default 20 pixels spacing between modules in Modulus,
      to 10 pixels, this is the CSS code snipit to use.
      The file is: public_html/templates/rt_modulus/css/template.css
      Remember to make a backup "template.css.ori" just for safety's sake.
      Append this block below the last line:

      /* Henning's 10px Columns for Modulus */
      div#rt-top div.rt-container div.rt-block {margin: 7px -5px;}
      div#rt-showcase {margin-left: 5px;margin-right: 5px;}
      div#rt-showcase div.rt-block {}
      div#rt-body-bg {padding-top: 10px;}
      div#rt-showcase {margin-bottom: 10px;}
      div#rt-feature div.rt-block {margin: 0 -5px 5px;}
      div#rt-utility div.rt-block {margin: 5px -5px 5px;}
      div#rt-maintop div.rt-block {margin: 5px -5px;}
      div#rt-breadcrumbs div.rt-block {margin: 5px -5px 10px;}
      div#rt-main div.rt-container div#rt-content-top div.rt-block {margin: 0 -5px 10px;}
      div#rt-main div.rt-container div#rt-content-bottom div.rt-block {margin: 5px -5px;}
      div#rt-main div.rt-container div:first-child div.rt-block {margin-left: -5px; margin-right: -5px;margin-bottom: 5px;}
      div#rt-sidebar-a div.rt-block {margin: 0 -5px 10px !important;}
      div#rt-sidebar-b div.rt-block {margin: 0 -5px 10px !important;}
      div#rt-sidebar-c div.rt-block {margin: 0 -5px 10px!important;}
      div#rt-mainbottom div.rt-block {margin: 5px -5px 10px;}
      div#rt-bottom div.rt-block {margin: 10px -5px 5px;}
      div#rt-body-bg {margin-bottom: 10px;}
      div#rt-footer div.rt-block {margin: 10px -5px 5px;}
      div#rt-main{margin-bottom: 5px;}

      Clear your browser's cache and refresh the page.
      I cannot find a glitch yet with any of the modules I've placed.

      Thanks again Henning!!!
    • assur3's Avatar
    • assur3
    • Elite Rocketeer
    • Posts: 564
    • Thanks: 1

    Re: Remove excess white space btwn modules

    Posted 13 years 2 months ago
    • I agree with Scot, and thanks again to Henning for his fine work.

      I strongly suggest that this and similar posts be pinned to the top of the discussion board, because these types of posts go way beyond the usual ones in solving common problems with canonical code. It's hard to find these tips when they're buried among all the other posts.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Remove excess white space btwn modules

    Posted 13 years 2 months ago
    • Better documentation is on it's way ...
      Because my english sucks that much :oops: I'm not part of that project but I know several people are working hard on this.

Time to create page: 0.082 seconds