Home Forums Pro Themes Signify Pro Slider on Frontpage

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #145694
    Juergen Schlamp
    Participant

    Hello,
    we bought the theme Signify Pro and try to build up a website with signify dark. We want to replace the Header image with a slider on the frontpage. In the customizer we cannot find an option to choose a slider. Can you help us?
    Thanks,
    Juergen

    #145718
    Juergen Schlamp
    Participant

    Hello,
    we figured out how to replace the header image with a slider. But the height of the slider is
    very small. So how can we change the height of the slider? Do you have probably an additional CSS?

    Thanks,
    Juergen

    #145744
    Psink
    Keymaster

    Hello Juergen

    Could Please share your site URL? After that, we will provide you a few lines of CSS code

    Regards,
    psink

    #145771
    Juergen Schlamp
    Participant

    Hello,

    the URL is http://ddb.designprojekt24.de/
    The slider height shought be similar to http://faltsaeulen.designprojekt24.de/

    By the way there is an other issue – under http://ddb.designprojekt24.de/fold-up-displays/ we want
    to make the height distance smaller (appr. 50%) between the navigation menue and the slider.

    It would be great if you can help us.

    Thanks,
    Juergen

    #145781
    Psink
    Keymaster

    Hello Juergen

    Please add this Css in the Additional Css

    to make the height distance smaller (appr. 50%) between the navigation menue and the slider.

    
    @media only screen and (min-width: 85.375em){
        .site-content>.wrapper{
            padding: 0px;
        }
    
    }
    

    to increase the height of slider

    
    @media only screen and (min-width: 64em) {
    	.home #feature-slider-section .slider-content-wrapper, .home .custom-header .custom-header-content {
    	    padding-bottom: 300px;
    	    padding-top: 300px;
    	}
    }
    

    Regards,
    Psink

    #146017
    Juergen Schlamp
    Participant

    Hello Psink,

    thanks for your help.

    I have one question about the increase of the height of the slider. on a PC it looks fine, if I use a smaller device like a tablet (upright) the slider change to original small height. Do you have a solution for that?

    Thanks,
    Juergen

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