Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #423155

    Hi,
    I have a fullscreen slider with title and legend.
    With position Left Framed.

    This position is in th middle of the height of the page.
    How can I have it at the top ?
    or higher (in the middle of the top half of the page) ?

    Thanks

    #423158

    Hi ppi37!

    Please add following code to Quick CSS

    .slideshow_caption { top: -20%; }

    Cheers!
    Yigit

    #423182

    Hi Yigit,
    Perfect.
    And is it possible to enlarge a litle bit the frame ?
    % or px ?
    Thanks

    #423211

    Hi!

    Sure, please add following code to Quick CSS as well

    .slideshow_caption {
      width: 60%;
    }

    Regards,
    Yigit

    #423232

    Great !
    Thanks a lot

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘fullscreen title and legend at the top’ is closed to new replies.