Hi there,
I have edited the functions-choices.php file to display a smaller AJAX portfolio image size using the following code:
echo "<div class='flex_column one_third first'>";
echo $data->slider;
echo "</div>";
echo "<div class='portfolio-entry two_third'>";
However, this doesnt work when i have a sidebar enabled. The portfolio image is very large when i have a sidebar. How can i change this?
Also, is there any way to get the sidebar appearing along side the postfolio section only? So all the other parts/elements of my template page are full width, apart from the 'Portfolio' which has a sidebar.
Many thanks,
Chris.














