Chad Stembridge
asked 10 years ago

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

1 Answers
DominicStaff
answered 10 years ago

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 !

Chad Stembridge
replied 10 years ago

Works great!

Now is there a way to prevent the thumbnail from displaying when the portfolio project is opened?

Dominic Staff
replied 10 years ago

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,

Chad Stembridge
replied 10 years ago

Perfect, thanks!

Powered by DW Question & Answer Pro