1
yellowchimp
removing gaps between blocks??

My main menu runs down the left handside of the screen. It is made up of various blocks at the moment.
I want this menu to be seamless. But gaps appear between the blocks. Is there any way of telling XOOPS not to put gaps inbetween the separate blocks??

2
Stewdio
Re: removing gaps between blocks??
  • 2004/9/13 10:38

  • Stewdio

  • Community Support Member

  • Posts: 1560

  • Since: 2003/5/7 1


This would be a theme issue and as such you would need to either edit the theme.html, or style.css for padding values if any.

3
sbkiller
Re: removing gaps between blocks??
  • 2004/9/13 10:54

  • sbkiller

  • Just can't stay away

  • Posts: 461

  • Since: 2004/6/9 2


I'll teach you:

First never leave a blank style format inside

ex:
.
style {
}


To fix your block:

Open style.css
Put or change to:

table td {
    
margin0px;
    
padding0px;
    
vertical-aligntop;
}


td#leftcolumn th {
    
margin0px;
    
padding0px;
}


The code:

margin0px;
    
padding0px;


It's telling and forcing the XOOPS theme to minimize the gap and space.

-------------------------------------
If you are talking about other gap like outside of the block.

You need to fix up the theme.html file.

4
yellowchimp
Re: removing gaps between blocks??

thats fabulous. I removed the padding from the style.css. Thanks very much for your help

5
sbkiller
Re: removing gaps between blocks??
  • 2004/9/13 12:37

  • sbkiller

  • Just can't stay away

  • Posts: 461

  • Since: 2004/6/9 2


No Problem!

Login

Who's Online

403 user(s) are online (78 user(s) are browsing Support Forums)


Members: 0


Guests: 403


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Sep 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits