Can portfolio content areas be made larger on the One Page theme? I’d like to display videos at a larger size than teeny-tiny! (http://stembridgemill.com/#portfolio)
Thanks!
–Chad
Hello Chad !
If you want to make the portfolio projects larger, you can do as the following:
1. Install the Jetpack by WordPress.com plugin.
2. Set up Jetpack then enable the Custom CSS feature.
3. Move through Appearance > Editor Css, add the following code:
.modal-inner {
max-width: 100%;
}
Hope this helps !
Works great!
Now is there a way to prevent the thumbnail from displaying when the portfolio project is opened?
Hi,
If you want to prevent the thumbnail in the portfolio, you can add the following code to the Editor CSS:
.modal-image {
display: none;
}
Regards,
Perfect, thanks!
Please login or Register to submit your answer