You can modify the width and alignment of your journal's content in A Sturdy Gesture with the following custom CSS:
table {
width: 75%;
float: right;
}
table table {
width: 100%;
float: none;
}
To change the width of the content tables, change 75% to the percentage value you prefer. To move your content tables to the left replace the word
(
Read more... )