home-feature-14

Homepage Community Forums Epik Theme Support home-feature-14

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9259
    jimpepe
    Customer

      Can you help me figure out why home-feature-14 shows Genesis featured page in 1/4 column rather than full 1140 width? It is my understanding from the widget layout guide that area is full width, also looks that way from the CSS. http://www.test.denver-ppc.com

      Thanks,
      Jim

      #9270
      Eric
      Customer

        Yeah that widget area is full width, but since you’re using a Featured Page widget it’s showing up with a 300px width. You can change this one line 1412 in your css –

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

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

        #9342
        jimpepe
        Customer

          that did it, thank you!

          #9347
          Eric
          Customer

            You’re Welcome Jim 🙂


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

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘home-feature-14’ is closed to new replies.