How to delete "empty space" when Genesis bread crumbs activated

Homepage Community Forums Epik Theme Support How to delete "empty space" when Genesis bread crumbs activated

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #5307
    blue
    Customer

      When Genesis bread crumbs are activated, there appears to be a lot of “empty space” created:

      1) Just below the bread crumbs line and before the content area.
      2) Just above the footer at the bottom of the page.

      How to delete this “empty space” area?

      Thanks!

      #5308
      blue
      Customer
        This reply has been marked as private.
        #5318
        Eric
        Customer

          Take a look around line 946 for this –

          .breadcrumb {
              margin-bottom: 2.5rem;
              overflow: hidden;
          }

          It’s in rem….you could change it to px and make your adjustments if you don’t want to deal with converting the numbers.


          I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

          #5339
          blue
          Customer

            Thanks 🙂

            How to get rid of all that empty space just above the footer?

            Thanks again!

            #5349
            Eric
            Customer

              Check your #content on line 718 in your css –

              #content {
                  padding-bottom: 2.5rem;
              }

              I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

              #5352
              blue
              Customer

                Thank you Eric 🙂

                #5353
                Eric
                Customer

                  You’re Welcome


                  I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                Viewing 7 posts - 1 through 7 (of 7 total)
                • The topic ‘How to delete "empty space" when Genesis bread crumbs activated’ is closed to new replies.