Hi,
These issues are due to the default behaviour of the extension so you have to customize the CSS.
In TemplateToaster click on File ->> Preference ->> In Theme Preference look for Custom Css ->> Edit ,than add the code
#ttr_content
table
{
width: 100%;
margin-bottom: 20px;
}
.j2storeCartForm1
{
float: right;
}
.postcontent p
{
float: left;
}