Home Feature 1 (Left)

Homepage Community Forums Epik Theme Support Home Feature 1 (Left)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12013
    weborization
    Customer

      I’m using the Genesis Featured Page widget in Home Feature 1 and can’t figure out why the content is so far aligned left instead of reverse matching the alignment of Home Feature 2.

      Thanks for your help.

      http://43b.fa7.myftpupload.com/

      #12038
      kronos
      Customer

        There is a width of 300px added that should either be removed or adjusted –

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

        This can be found on line 1403 in your style.css file.

        #12045
        weborization
        Customer

          Okay awesome – that definitely made a difference – can you explain why the “box & shadow” went away? (So they match the “boxes” above) since it’s the same content.

          #12051
          kronos
          Customer

            That happened because the width pushes it past the widget area. Add the width back, but add 99% and it will show up again.

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