Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #2086176
Slider Carousel - Horizontal Projects
Closed

Comments

  • jsmnblackwell started the conversation

    Hi, 

    I am setting up my website and would like to use the Horizontal Projects which uses the Slider Carousel element, but would like to know if there's any way to change the height of the portfolio items displayed in the carousel using css as I don't see a way to do it within the carousel settings.

    Please let me know. Thanks so much!

    Jasmine

  •  1,845
    Elated replied

    Hi Jasmine, 

    It won't be possible to force the hight of these items with CSS since it is configured that way that it inherits the height from images you are using, so if you'd want to use bigger/smaller items, you should upload bigger/smaller images.

    Also note that forcing images size with CSS is bad for speed optimization.

    Let us know if you have any further questions.

    Best regards!

    Joey


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •   jsmnblackwell replied privately
  •  1,845
    Elated replied

    Hi Jasmine,

    You could try using the following code in order to make the height of the slider smaller:

    .homepage-slider .slider1 li {
        height: 300px !important;
    }
    

    Simply change the value of the height in the code and copy it into Appearance > Customize > Additional CSS or Elated Options > General > Custom CSS.

    If you'd like to change the size of the image itself you will have to change the background size property of the aforementioned element. If you'd like help with this please let us know how you'd like the elements changed.

    Hope this helps and if there is anything else that we can assist you with please don't hesitate to ask.

    Kind regards,

    Sean


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.