Misalignment of Featured Posts on Home Page

Homepage Community Forums Optimal Theme Support Misalignment of Featured Posts on Home Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12706
    sfriend
    Customer

      Hello, Wes!
      We recently upgraded to WordPress 3.9.1 on our site, and upgraded to Optimal 1.3 running on Genesis 2.0.2.

      http://www.buckettripper.com/

      Our home page Featured Posts immediately misaligned if we use any other setting other than “none” for Image Alignment under “Show Featured Image.” We are using the 270×150 thumbnail as featured image.

      So we took care of that setting, only to find that displaying any more than 3 featured posts caused the next one to align right below them, much like the problem I’ve had with portfolio alignment in Epik. We tried cutting back to just 3 featured posts in a featured posts widget. However, it is still misaligning the header text of the next widget below it, as you can see under the “Summer Fun: Beaches and Water Sports” header on the home page. Tried inserting a <br/> or two in a text widget between the two featured posts widgets. Still no luck.

      Appreciate your guidance. Thank you.

      #12708
      Wes
      Moderator

        Take a look around line 1064 or search for this – .home-bottom .widget and add overflow: hidden; to it –

        .home-bottom .widget {
            margin: 0 0 20px;
            overflow: hidden;    
            padding: 0;
        }

        That should fix it, let me know if it does.

        #12881
        sfriend
        Customer

          Thanks, that took care of it!

          #12890
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Misalignment of Featured Posts on Home Page’ is closed to new replies.