New v1.4 home page different

Homepage Community Forums Epik Theme Support New v1.4 home page different

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #12693
    funjimlee
    Customer

      This is a continuation of post #12639 where the new version of stylesheet v1.4 fixed my colored boxes.

      However, this new version is adding extra whitespace (possible “div” statements to cler caches, etc) or extra newlines to the widgets (from Welcome Wide, downwards)

      Here is v1.3 live: http://crmhelpdesksoftware.com/

      Here is v1.4 on a full sandbox: http://bfe.4c3.myftpupload.com/
      (ignore the white space where google ads are placed, obviously)

      The single pages are not affected.

      Overall, I love this Epik theme.

      #12699
      funjimlee
      Customer

        I forgot to add – I bought my theme from StudioPress. The latest download on their site is v1.4. I read there is a v1.4.1 coming out? Perhaps that addressed the extra whitespace or newlines in the home page only?

        #12703
        Eric
        Customer

          I don’t see any extra lines? If you’re referring to the white section right above the keynote, that’s showing up because you have an empty text widget there (there is actually some Google code, but it’s not showing up). Anytime you add a widget, whether it’s empty or not it will activate that section and the background color and padding will show up. So once you remove it then that section will disappear if you don’t plan to use it.

          The padding was added to this version for more space since that’s what a lot of users were requesting….plus it seems to be the standard/trend nowadays. You can always adjust the padding in certain places if you want.


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

          #12713
          funjimlee
          Customer

            if you ignore “Home feature #4” widget, all the other widgets shows extra padding (too much in my opinion).

            #12725
            Eric
            Customer

              Yes the padding is there because that’s what most people want. For example, look at their other theme Squareone – http://demo.appfinite.net/squareone/ There is just as much padding because thats where most designers are going nowadays, and everyone (including myself) is requesting this in themes now. You can easily reduce the padding by editing your css. In your case you can find the padding on line 1403 –

              .home-feature-bg .wrap {
              margin: 0 auto;
              overflow: hidden;
              padding: 120px 0 80px;
              width: 1140px;
              }

              and also on line 1464 –

              .home-feature-bg-alt .wrap {
              margin: 0 auto;
              overflow: hidden;
              padding: 120px 0 80px;
              width: 1140px;
              }

              as well as line 1521 –

              .home-feature-bg-dark .wrap {
              margin: 0 auto;
              overflow: hidden;
              padding: 120px 0 80px;
              width: 1140px;
              }

              Adjusting those 3 lines will reduce the padding.


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

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