• I’ve been trying for days to figure out how to use the CSS on the front page of Edin to move the text up so that there’s not a huge gap between my header and the text. The text is the first thing I want people who visit my site to see and read. Can someone help me with this? I just need it to come up a little. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cassandra254

    (@cassandra254)

    For reference, this is my site: https://enformail.wordpress.com/ I would just like to bring the top text up.

    Customer service can be the bane of every business or the key ingredient driving success. Studies show customers who are informed are more satisfied and loyal customers.

    spreeMail provides graphically advanced e-notifications customized to your exact specifications….from order inquiry to reorder and everything in between.

    Outpace your competition with world-class notices while significantly reducing the load on your call center.

    Download a free trial today and contact us for a free phone evaluation of how spreeMail can ease your customer service burdens.

    Hi there,

    You can reduce the gap between the top of that page and your header by adding the following to the CSS panel in the Customizer:

    @media screen and (min-width: 1020px) {
    body[class*="front-page"] .hero {
        padding: 80px 0;
    }
    }

    Increase/decrease the value of 80px to your liking.

    As an extra note: These forums are intended for folks who are hosting their sites outside of WordPress.com and using the free software available at WordPress.org. If you’re not certain of the differences between the two types of WordPress then the following guide provides a good overview:

    https://en.support.wordpress.com/com-vs-org/

    As your site is hosted with WordPress.com, you have access to CSS support via the following forums:

    https://en.forums.wordpress.com/forum/css-customization

    I’m going to close this thread for now but please feel free to post over on the WordPress.com forums with any extra questions. We’ll be happy to help from there!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bring Text Closer to Top on Front Page’ is closed to new replies.