Forum Replies Created
-
AuthorPosts
-
charriott4
MemberMy recommendation is to create a portfolio page template
Web Designs By Chrissy | Twitter @designbychrissy
charriott4
Membercharriott4
Membercharriott4
MemberAll font and styles are located in your themes CSS stylesheet. Appearance => Editor. I suggest using a browser addon such as firebug to target the styles you want to change.
Web Designs By Chrissy | Twitter @designbychrissy
charriott4
MemberSusan,
I definitely agree with you. We as the studiopress community need to give back and help each other out as much as we possibly can. I remember being new with MANY questions and how frustrating it was trying to figure out how to make things work. And I have to say @Nick, your tutorials have been amazing in helping me build my knowledge as well as all the past support you have given me. I want to say THANKS and pay it forward to the studiopress community.
Web Designs By Chrissy | Twitter @designbychrissy
charriott4
Membercharriott4
Membercharriott4
MemberIm not seeing what you mean by it being cut off? Header fits on my screen
Web Designs By Chrissy | Twitter @designbychrissy
charriott4
Membercharriott4
MemberTry setting your min-height to 375px as shown below. Expose theme is setup to pull the post excerpt, so if you don't have enough content for each post, it will display off.
<code>#content .portfolio-posts {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #D5D5D5;
display: inline;
float: left;
margin: 0 10px 10px;
min-height: 375px;
overflow: hidden;
padding: 9px;
width: 280px;}</code>
Web Designs By Chrissy | Twitter @designbychrissy
charriott4
MemberYou need to change the background URL in the body tag of your themes stylesheet
Web Designs By Chrissy | Twitter @designbychrissy
charriott4
Membercharriott4
Membercharriott4
Membercharriott4
MemberHi Chris,
Thanks for the reply, yes I know how to add it back, but Im not sure what to hook it back to because it is going to be within the homepage content.
Web Designs By Chrissy | Twitter @designbychrissy
charriott4
MemberOMG, thank you so much! I was about to pull my hair out.
Web Designs By Chrissy | Twitter @designbychrissy
-
AuthorPosts