• Resolved iavinash

    (@iavinash)


    Hello All,

    Just thought to report this that when I use the featured post and set to it run automatically, websites moves up an down because the size (contents) is more or less in different featured post.

    May I know id there is any way to fix it.

    Thanks,
    Avinash

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi iavinash. One option would be to make the Featured Images all the same size.

    Thread Starter iavinash

    (@iavinash)

    Hi bdbrown,

    This is not because of featured image. even if there is no featured image and only wording are there page is moving up and down.. I have reduced the excerpt to 25 wording to fix this and now its working fine in desktop version as most of the time 25 words will come in two lines but problem is still there with mobile display.. as on mobile some time 25 words are going to 3 line or 4 or 5 lines. And this website is moving..

    Thanks,
    Avinash

    @iavinash – I just checked your mycity mychoice site. Is that the one in question? It looks like the featured post slider there is holding a fixed height for each post because the excerpts are the same length (?).

    Understood. You could try setting a minimum height on the container. That will override the inline height style that is adjusting based on the content:

    @media only screen and (max-width: 720px) {
      #flexslider-featured .flex-viewport {
        min-height: 130px;
        }
      }
    Thread Starter iavinash

    (@iavinash)

    Thanks bdbrown,

    It does work.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘When using featured post websites moves up and down’ is closed to new replies.