Home Feature 8 Problem

Homepage Community Forums Epik Theme Support Home Feature 8 Problem

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7288
    weborization
    Customer

      I cannot see why my content appears to be located in a “column” to the left. I’m using the Genesis Featured Page Widget for the content. Help.

      http://50.116.83.173/~scmarine/

      #7290
      kronos
      Customer

        Are you referring to the section titled – “Calix Imperium”? The width is set to 300px. You can adjust this code to change it –

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

        Should be line 1374 in your style.css file if you’re using an editor, if not, just search for that code and you’ll find it.

        #7296
        weborization
        Customer

          Thanks – fixed that and realized Home feature 6 appears to be set at three-fourths (852) and don’t see how/where to fix that.

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