Text to top of page in Edin
-
I’m trying to move the text in the first section of my site to the top of that section so it is more easily read. This is my site for reference: https://enformail.wordpress.com/
I had it suggested to me on another forum to use this:
@media screen and (min-width: 1020px) {
body[class*="front-page"] .hero {
padding: 80px 0;
}
}However, this did not work. Can I get some help with this?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there, you can give this a try and if this does not do exactly what you want, can you be a bit more specific on how you want things moved or spaced?
@media screen and (min-width: 1020px) { .home .hero .entry-content { padding: 80px 0; } }The above is targeted only at the top section of your home page.
- The topic ‘Text to top of page in Edin’ is closed to new replies.