Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Latest Portfolio Projects › Reply To: Latest Portfolio Projects
November 2, 2014 at 11:44 am
#967
Participant
Hello,
Yes, it is possible. Go to wp-content/plugins/elvyre-core/includes/content-manager/portfolio/js/ and open up a file called portfolio.js.
Go to at about the line 37 where the width is specified:
width: 400,
Modify the upper line, and change the width value to 300:
width: 300,
Save the file, reupload it and there should be four elements shown on the front page.
Robert