Centering Portfolio Page titles
- The topic ‘Centering Portfolio Page titles’ is closed to new replies.
Need help? Check out our Support site, then
Hello! I was wondering if there’s a way to center the titles for portfolio pages/projects? I have succeeded in centering the Page titles, but the portfolio styled ones are evading me.
Thank you for your help!
The blog I need help with is: (visible only to logged in users)
This custom CSS should do it:
.entry-header .entry-title {
text-align: center !important;
}
Stupendous! You’re the best!
One more question. Can you help me with making the portfolio detail pages a bit narrower? Right now they are a bit wide for easy reading.
Thank you again for everything.
You’re very welcome. Happy to help.
Give this a try:
.single-jetpack-portfolio #content{
max-width: 800px !important;
}
Thank you so much for helping me with these issues. You’re a damn fine human being. I’m very pleased with the support and the theme.
One more question (sorry):
Is there a way to change the standard size of the displayed project images? I don’t mean between featured and not featured, but just to size the featured images down a bit?
You’re welcome. :)
You can resize their container like this:
#projects {
max-width: 900px;
margin: 0 auto;
background: #fff !important;
}
#projects .thumbs{
background: #fff !important;
}
Awesome! Thank you again. This is great! I really appreciate it.
Glad I could help.
Okay, one last question, for which you might have an answer:
Is there a way that I can make the portfolio images smaller for the mobile display? Right now, even with the limit on the dimensions that you helped me include, each portfolio piece takes up an entire phone screen. It would be great to condense it a little more. Thoughts?
Thanks again. I really think this is my last question for a while.