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

    Hi, i want to build a “welcome page” with nothing but an image, which is linked to the homepage.

    I tried several Options and elements but i can not find a perfekt solution in which the image is not only resposive in the width but also in height.

    Now i used the slide show full width but i can still see a small white space/line at the top and bottom.

    Is there a better way to solve that? And if not, how can i remove the space?

    Regards Simon

    #262531
    This reply has been marked as private.
    #262636

    Hey!

    You could try creating a Page Template and having something like this as the file content:
    http://jsbin.com/vuxohomo/1/edit?html,output

    Cheers!
    Josue

    #262735

    OK thanks Josue.
    I figure that out.
    Could you please tell me how i can remove the one px space at the bottom and top.

    And i do not understand why i can scroll the image a little bit on may 17″ Laptop because i choose stretch to fullscreen.

    Regards

    #262802

    Hey!

    Try adding this code to the Quick CSS:

    div#wrap_all {
        display: block !important;
    }

    Cheers!
    Josue

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