Slider Height - Acme Themes
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #16376
    jpguess
    Participant

    Hi, is there a way to adjust the slider height? My client would like not to have to scroll the slider. They want it to appear with the top of the next widget appearing the bottom to encourage their users to scroll.

    Thanks!

    #16396
    acmethemes
    Keymaster

    Hello jpguess,
    Thank you so much for using our theme Education Base. Please check the code for height on style.css line 965 and change the height of the slider section.

    .owl-wrapper-outer, .image-slider-wrapper .owl-item {
    height: 73vh !important;
    }

    You will find the similar code there. Change the value based on your needed size.

    Regards
    Acme Supports

    #16448
    jpguess
    Participant

    Good Evening!
    Thank you for your expeditious followup! 🙂

    ——————————–
    .owl-wrapper-outer,
    .image-slider-wrapper .owl-item {
    height: 50vh !important; /* 042417 – original value 85vh */
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    }
    .image-slider-wrapper .item {
    height: 50% !important;/* 042417 – original value 100% */
    }
    .image-slider-wrapper .owl-item .slider-content {
    display: none;
    ————————–

    Where I posted the comment, these are the values I modified but still no change in the slider. I dont want to change anything else til I know Im on the right track.

    #16450
    acmethemes
    Keymaster

    Hello jpguess,
    Can you please provide your site URL. We will try to find the solutions on your site and provide the best solutions.

    Regards

    #16601
    jpguess
    Participant
    #16615
    acmethemes
    Keymaster

    Hello jpguess,
    We have two options to manage the slider section including height.
    1. If you select the Full Screen background, you can add the any image and the size will fit on the screen.
    2. If you select the Responsive Image, you need to make your own image size and add it on the theme.
    You can find the options to make the height small/large on the theme options Customizer. Please check all the available options for Slider section on Appearance > Customize > Featured Section Option.

    Regards

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