Add to themes/your_theme_name/your_style.css:
5px 3px 5px 3px; means top, right, bottom, left.
Replace the values with your desired values.
You can also use if you need to style it more:
...
Code: [Select]
#picinfo .tableb {
padding: 5px 3px 5px 3px;
}
5px 3px 5px 3px; means top, right, bottom, left.
Replace the values with your desired values.
You can also use if you need to style it more:
...