Hi Viv,
You can edit this file /wp-content/themes/wp_hot_clinic/main.php and change this part:
Code:
if(is_front_page()) {
$NUMER_OF_POST_COLUMNS = 3;
}else{
$NUMER_OF_POST_COLUMNS = 1;
}
to this:
Code:
if(is_front_page()) {
$NUMER_OF_POST_COLUMNS = 1;
}else{
$NUMER_OF_POST_COLUMNS = 1;
}
Thanks
Milos