Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#326
Vladimir
Keymaster

I just want to add, that for Portfolio carousel you can change image width in code (cleanbiz / includes / shortcodes.php) on line 965.

After that you will need to adjust list element width with CSS below:

#portfolio-carousel > li{
width: 600px;
}

Set same value for width as you did for image.
You might also need to tweak container height:

.portfolio-carousel .caroufredsel_wrapper{
min-height: 380px !important;
}

This might not be all CSS you will need to change so please read this tutorial that will help you understand how to modify WordPress theme.