Post excerpt wont display right in Home Feature Widgets #1 and #2

Homepage Community Forums Epik Theme Support Post excerpt wont display right in Home Feature Widgets #1 and #2

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #9510
    joerob101
    Customer

      Hiya – please can anyone tell me why my post excerpts wont display correctly in Home Feature Widgets #1 and #2 at http://www.workingwithjoe.co.uk?

      Thankyou

      Joe

      #9517
      Wes
      Moderator

        This is something that I have plans to fix in the next update. Basically it’s using the code from other areas of the theme and displays as if it is inside a sidebar.

        This is the code it’s using (line 1403) –

        .home-feature-bg-alt .featuredpage .page,
        .home-feature-bg-alt .featuredpost .post {
            float: left;
            margin: 0;
            overflow: hidden;
            padding: 0 0 5px;
            width: 300px;
        }

        It is also using this (line 2191) –

        .entry {
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0 3px 6px rgba(0,0,0, .2);
            background: #fff;
            margin: 0 3px 40px;
            padding: 20px 0 0;
        }

        The above code explains that box shadow that you see on the sides.

        If you can tell me what you want to have removed I can point you in the right direction to get everything fixed now (so you won’t have to wait on the update).

        #9524
        joerob101
        Customer

          Hi Wes

          I’d like to remove the empty space that’s sitting to the right hand side of each featured post please. I’ve tried adjusting the width at line 1403 but although it removes the space it throws the posts out of alignment.

          Thanks dude
          Joe

          #9530
          Wes
          Moderator

            The reason there is extra space in those particular widget areas is because they both are set to 45% width. So if the featured posts widgets are only 300px, and the widget area that it’s inside of is 45%, then there will be extra space since the widget area width is wider than the fixed widget (300px). You can change the featured post widget width to 100% if you want it to fill the entire widget area (home-feature-1 and home-feature-2). Hope that makes sense.

            #9534
            joerob101
            Customer

              Hi Wes

              Thanks a lot, that’s worked. I also upped the widget areas to 48% to avoid a larger gap in between them

              Joe

              #9535
              Wes
              Moderator

                You’re Welcome!

              Viewing 6 posts - 1 through 6 (of 6 total)
              • The topic ‘Post excerpt wont display right in Home Feature Widgets #1 and #2’ is closed to new replies.