@tomdevis Good find!
@kylepattison Please let us know if the custom CSS provided in that thread accomplishes what you’re after. If it doesn’t, please provide a link to a portfolio rproject on your site and explain in a bit more detail what you’re trying to do.
Just a reminder as well, don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated.
An easy way to add custom CSS is to use the CSS editor included in the Customizer with WordPress 4.7. Head to Appearance > Customize > Additional CSS to add your custom CSS.
Thanks Tom – that wasn’t exactly what I was looking for but helpful.
I was referring to the page width once you clicked on a homepage icon. I found this that did the job.
.single-jetpack-portfolio .entry-content {
width: 1000px;
}
Glad you got it sorted!
You might want to put that CSS in a media query so it doesn’t break the theme’s responsiveness on smaller screens, if you haven’t already. If you need help with that, feel free to provide a link to your site.
You can learn more about using media queries that target certain screen sizes here:
http://en.support.wordpress.com/custom-design/custom-css-media-queries/
http://css-tricks.com/snippets/css/media-queries-for-standard-devices/
http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries