Randomly misplaced Featured Posts

Homepage Community Forums Optimal Theme Support Randomly misplaced Featured Posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5875
    bagus
    Customer

      Hi,

      My site: http://www.distinctivebeauty.net
      My featured post above bottom message widget are unevenly placed (i want it 3 product per 3 lines as per default theme) for some browser: Chrome, Firefox, Opera, IE9, Maxthon. Strangely, sometimes the order are back normal when I refresh except Chrome which consistently show misplaced
      I tried to clear browser cookies and refresh over some results are remain the same.

      Thanks,
      Bagus

      #5877
      Eric
      Customer

        It looks like there is an issue somewhere in the custom css that you added. You can add a minimum height to temporarily fix it around line 1530 like this –

        .featuredpage .page, 
        .featuredpost .post {
            float: left;
            min-height: 350px;
            margin: 0;
            overflow: hidden;
            padding: 0 0 5px;
        }

        You can adjust it more if you want more space, but that should fix it.


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

        #5879
        bagus
        Customer
          This reply has been marked as private.
          #5880
          Eric
          Customer

            You’re Welcome Bagus!

            I just happened to be on the site at the same time as you, that’s why the reply was so fast. Let us know if you need anything else!


            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 ‘Randomly misplaced Featured Posts’ is closed to new replies.