Check out New Creative & WooCommerce WordPress Theme Alpus, comes with 60+ niche prebuilt webistes. Check Alpus

Reply To: Home page slider issue on desktop and mobile.

Home Page Forums Porto | Multi-Purpose & WooCommerce Theme Home page slider issue on desktop and mobile. Reply To: Home page slider issue on desktop and mobile.

#1096
Aizaz Awan
Keymaster

      Hello, @shinestar,

      Thank you for sharing the screenshots to help me better understand the issue you are facing. Upon reviewing the screenshots, it appears that the issue is specific to mobile device resolutions.

      In order to resolve this issue, I would like to suggest that you try using the following CSS code in the theme options.

      Please navigate to “Skins” and select “Custom CSS”. Once there, please copy and paste the code into the bottom of the black box and click on “save settings”. After saving, please clear your browser cache and check back to your issue.

      CSS Code:

      @media(max-width:575px){
      .feature-container .vc_slide .vc_carousel-inner .vc_item{height:auto !important;
      }
      }
      

      I hope this solution will help to resolve your issue. Please let me know if you require any further assistance.

      Best Regards,
      PThemes Team.