Forum Replies Created
-
AuthorPosts
-
October 29, 2015 at 6:55 am in reply to: Modern Studio Pro – Move Entry Title below Featured Image & Increase Image SIz #169463tsgglobalMember
Both of these items are now resolved.
Thanks to Studiopress support for providing me a link with the information to move the title to below the image.
Here is the link if you want to move the title below the featured image for front page archive content:
http://ahjira.com/move-the-post-image-before-the-post-title-on-genesis-blog-archive-and-search-results-pages/As for solving the featured image question, I resolved this on my own. I woke myself up with the solution.
I removed the padding in CSS for the container
Then I added padding to the content area and the title area to move them in just a bit.
So, I have taken the Modern Studio Pro Child theme, and customized it to what I wanted.
I will probably work on the menu area eventually, but that can wait.
You can see the finished product at thebranmachine.com
Hope this helps.
October 28, 2015 at 7:31 pm in reply to: Changing Site Title Font and Getting Featured Image to Display #169414tsgglobalMemberYour CSS does not list that font it is listing numbers:
.site-title {
font-family: '2F8481', sans-serif;font-size: 50px;
text-align: center;
font-weight: 300;
letter-spacing: 2px;
line-height: 1.2;
margin-bottom: 0;
text-transform: uppercase;
}Modify your CSS to
.site-title {
font-family: ParkAveD, sans-serif;
font-size: 50px;
text-align: center;
font-weight: 300;
letter-spacing: 2px;
line-height: 1.2;
margin-bottom: 0;
text-transform: uppercase;
}If you are not comfortable with editing your style.css then load jetpack and you should have an option under appearance in your wordpress admin bar that says edit css which will create a custom css.
Give that a try.
Also, you will probably want to increase the size of the font.
October 28, 2015 at 7:19 pm in reply to: Modern Studio Pro – Move Entry Title below Featured Image & Increase Image SIz #169413tsgglobalMemberMoving the post title is now fixed.
Still need to increase the size of the featured image portion.
October 28, 2015 at 5:06 pm in reply to: Changing Site Title Font and Getting Featured Image to Display #169406tsgglobalMemberThe URL does not resolve to your site.
-
AuthorPosts