Catch Themes » All Posts https://catchthemes.com/support-forum/forum/premium-themes/clean-portfolio-pro/feed/ Wed, 13 Aug 2025 13:02:58 +0000 https://bbpress.org/?v=2.6.14 en-US https://catchthemes.com/support-forum/topic/how-to-adjust-the-height-of-the-home-page-slider/#post-338345 <![CDATA[Reply To: How to adjust the height of the home page slider]]> https://catchthemes.com/support-forum/topic/how-to-adjust-the-height-of-the-home-page-slider/#post-338345 Tue, 03 Dec 2024 08:32:28 +0000 Sakin 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

]]>