Hi there,
In portfolio the next portfolio item appears on the LEFT, would it be possible to have the next portfolio item on the RIGHT?
Thanks
Hi silviouk!
Please open functions-enfold.php file and find
$entries['prev'] = get_previous_post($same_category);
$entries['next'] = get_next_post($same_category);
and change it to
$entries['next'] = get_previous_post($same_category);
$entries['prev'] = get_next_post($same_category);
Regards,
Yigit