Home › Forums › All Other Themes › Contractor Pro Theme: Problem with the slider in the mobile version
- This topic has 6 replies, 2 voices, and was last updated 2 years, 10 months ago by
Forum Moderator.
-
AuthorPosts
-
November 11, 2020 at 12:19 pm #168795
Hello,
i have a problem with the slider in the Contractor Pro Theme.
http://prntscr.com/vh926x
As you can see, the slider is wrapped under the images and a white background remains with a circular loader that loads endlessly.
In the PC version this does not happen:
http://prntscr.com/vh93d3
I didn’t make any strange changes, I just replaced the images and text with the SKT editor
Can you help me?
November 11, 2020 at 12:56 pm #168851Hi,
Kindly show us your website URL please?
Regards,
ChrisNovember 11, 2020 at 1:15 pm #168857Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { body.site_boxed .nivoSlider { min-height: 200px !important; } }
Regards,
ChrisNovember 11, 2020 at 2:16 pm #168862Hello,
thanks!! That actually work for me 🙂
is it possible to reduce the yellow string? just reduce it by 10px above and 10px below I think
November 12, 2020 at 1:01 pm #169023Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { .skt-builder-home-section1-block .skt-builder-titlebg-block { padding:0 15px 15px !important;} .skt-builder-home-section1-block .skt-builder-block-title { font-size:23px !important;} }
Regards,
ChrisNovember 17, 2020 at 4:09 pm #169256Thanks for the help 😀
November 18, 2020 at 12:51 pm #169324????
-
AuthorPosts
- You must be logged in to reply to this topic.