Forum Replies Created
-
AuthorPosts
-
stefanravalli
MemberInteresting to note:
I tried adding the following to .entry-title in the stylesheet and nothing happen.
Then I added it to a custom CSS plugin and it worked.
Anyone know why this happens?.entry-title {
font-family: 'Fjalla One', sans-serif;
text-transform: uppercase;
}stefanravalli
MemberFound it! One down:
.entry-content ol,
.entry-content ul {
margin-bottom: 1px; /**changed from 28px**/
margin-left: 40px;
}stefanravalli
MemberActually I had left the changes in:
.entry {
background-color: #fff;
margin-bottom: 1px; /**changed from something like 28px/
padding: 70px 80px;Even tried adjusting everything to:
.entry {
background-color: #fff;
margin-bottom: 1px; /**changed from something like 28px/
padding: 1px 1px;To no avail.
stefanravalli
MemberOh I didn't leave the changes in. I will put in the changes I wanted if you get a chance to check it again.
Thanks for checking the code again 🙂
stefanravalli
MemberThanks Victor, I will look for that. =)
I am still learning how to really get under the hood of these web design tools and really understand and write code well so any tips on where to find the responsive CSS and how to write it into the code would be helpful.
Will let you know if I find it though.
stefanravalli
MemberThank you again, Christoph. I have tried putting some media queries into the CSS as per the Studiopress instructions to know effect. i.e.:
`@media only screen
and (max-width : 320px) {
width: 100%
margin: 0 auto
font-size: 75%
}So I'm seeking more specific instruction since I am still learning how to both code and work with Genesis.
stefanravalli
MemberDidn't work, but it's okay, for now I have changed the background color to match the blog b/g color. However in future, I would like the flexibility to have a different b/g color and have no gaps b/w posts.
stefanravalli
MemberAwesome thanks so much for that! After setting it to 919px, margin 0 auto, I was able to solve my other desire to close the space between the sidebar and content.
If anyone can, now just need help with:
-mysterious disappearance of background of footer
-close gap b/w blog entries
-close gap b/w sidebars/content + edge of page -
AuthorPosts