Too Much Padding

Homepage Community Forums Guru Theme Support Too Much Padding

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #21265
    Kristine
    Customer

      I’m using Front Page 1, 2, and 7 — and there is an enormous amount of white space between 1 & 2 as well as 2 & 7 (and 7 & footer). I tried bumping down the padding and margin where ever I could, but nothing changes.

      Also, when I resize my browser down to mobile, the header area becomes black, making my black logo disappear. How do I change that to a white background? I changed everything from 000 to FFF, but nothing happened.

      #21271
      Kristine
      Customer

        Weird, the second issue with the logo magically fixed itself. But still am struggling with too much padding between the home page widgets.

        #21280
        Wes
        Moderator

          Do you have a link to your site? I can find the exact line and code in your CSS that would need to be adjusted.

          It’s mostly coming from the – .image-section (around line 1408) and the .solid-section in the style.css file (around line 1433)

          .image-section {
          	display: table;
          	overflow: hidden;
          	padding: 140px 0 120px;
          	table-layout: fixed;
          	width: 100%;
          }
          
          .solid-section {
          	background-color: #fff;
          	padding: 140px 0 120px;
          }

          Let me know if this helps or if you need assistance

          #21288
          Kristine
          Customer

            This helped a lot, thanks! I still have about 20px of white space between front-page-7 and the footer. I’d like to close that gap completely. I tried bumping image-section and solid-section down to 0px (above), but the gap remains. I played around with all the margins and paddings associated with the footer, but can’t seem to find the right one. Ideas?

            #21291
            Wes
            Moderator

              Do you have a link I can take a look at? I can see exactly where the space is coming from.

              #21292
              Kristine
              Customer
                This reply has been marked as private.
                #21296
                Wes
                Moderator
                  This reply has been marked as private.
                  #21297
                  Kristine
                  Customer

                    Thumbs up! That worked.

                  Viewing 8 posts - 1 through 8 (of 8 total)
                  • You must be logged in to reply to this topic.