Home Features

Homepage Community Forums Epik Theme Support Home Features

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11260
    weborization
    Customer

      Okay, I seem to be missing something. I’ve looked at the Epik Widget Location Guide and it looks like Home Features 3 – 8 should be full width, however when I use the Genesis Featured Page widget to load content, Home Features 4, 5, 6, and 8 appear like a narrow column and Home Feature 7 is a bit wider but still not full width. I cannot understand how to fix this nor why the theme does this since the Guide looks like those widgets are full width – please help. Here is the site in progress in case that helps: http://tlnllc.wpengine.com/

      #11265
      Wes
      Moderator

        This is something that will be adjusted in the next update. Featured Posts and pages show up with a 300px width by default, and there needs to be an override for the homepage so it will be as wide as the widget it’s added in.

        Here is the exact part that is adding the width on line 1468 –

        .home-feature-bg-alt .featuredpage .page,
        .home-feature-bg-alt .featuredpost .post {
            float: left;
            margin: 0;
            overflow: hidden;
            padding: 0 0 5px;
            width: 300px;
        }
      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.