Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #420122

    Just a quick question, whats the best way to contain an image slider in a way that does not cause the content below it to move, for example if you look at this page:

    http://zavok.com/images/

    The content below the image slider at the top of the page keeps moving depending on the size of the image being shown. Can I place the image slider inside another element that will contain it in a way that does not cause anything on the rest of the page to move?

    Thanks,

    Zavok

    #420754

    Hi Zavok!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (min-width: 769px) {
    .slide-entry-wrap {
      min-height: 450px;
    }}

    Cheers!
    Yigit

    #421046

    Thank you so much!
    Zavok

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Stop other Content on Page Moving?’ is closed to new replies.