Increase gap b/w layout table and blocks

Increase gap b/w layout table and blocks

ដោយ Mark Girona នៅ
ចំនួនតប៖ 2
I realize I might just be overlooking a simple process, but how can I increase the margin space (assuming its in the css) b/w the border of the layout table and the blocks.

Here is a picture to better describe what I am referring to. Free free to visit my site HERE.


layouttable.bmp

I want to increase the margin space between the two horizontal lines within the red box.
មធ្យមភាគនៃរង្វាយតម្លៃ: -
ឆ្លើយតបទៅកាន់ Mark Girona

Re: Increase gap b/w layout table and blocks

ដោយ Patrick Malley នៅ
To increase the space between the layout table and the blocks:

#left-column {
padding-left:10px;
}
#right-column {
padding-right:10px;
}

Increase the padding values to fit your needs.

You cannot increase the margins since the left and right columns are table cells.
មធ្យមភាគនៃរង្វាយតម្លៃ: -
ឆ្លើយតបទៅកាន់ Patrick Malley

Re: Increase gap b/w layout table and blocks

ដោយ Mark Girona នៅ
Thanks a ton... appreciate the support around here.
មធ្យមភាគនៃរង្វាយតម្លៃ: -