Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #338340
    wattsyourwebsite
    Participant

    I am using CleanPortfolioPro Version: 1.7.4 which you can see here https://aceinteriorsproject.com.au/

    The home page slider cuts off the top and bottom of the images on the slider.

    Is there anyway to adjust the height of the slider to not do this?

    Tania

    #338345
    Sakin
    Keymaster

    Hi Tania,

    It’s done to match the screen size. But if you want to adjust then you can increase the padding of the text area on the slider image. You can add the following CSS in the “Appearance => Customize => Additional CSS” box:

    /* Header Padding for Screensize 1360px and above */
    @media screen and (min-width: 85em) {
      .custom-header-content,
      #feature-slider .entry-container {
        padding-top: 450px;
        padding-bottom: 450px;
      }
    }

    Regards,
    Sakin

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