Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #447445

    Hello! I have content in the rotating text field. No content in the static text field. As the rotating text changes, the height of the box also changes, which causes some issues with reading the page. Is it possible to create a box height that stays still, a static box height, yet responsive of course. Thank you!

    #447936

    Hey KarenRushforth!

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

    @media only screen and (min-width: 990px) {
    .av-rotator-container-inner {
      min-height: 84px;
    }}

    Cheers!
    Yigit

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