Home › Forums › All Other Themes › Healing Touch PRO – Nivo Slides size/changes problem
- This topic has 7 replies, 2 voices, and was last updated 7 years ago by
Forum Moderator.
-
AuthorPosts
-
May 30, 2016 at 12:50 pm #35389
Hi there
When I changed the size of nivoslider from fullwidht to 1170px started this problem. The first slide is correct. But when slide transition starts, there is a problem with margins and size of the pictures as u a ( http://www.anapaulanaspolini.com.br )
Acctualy, this is the configs of my nivo-slider.css
.nivoSlider {
position:relative;
width:1170px;
height:auto;
overflow: hidden;
margin-left: auto;
margin-right: auto;
}
.nivoSlider img {
position:absolute;
top:0px;
left:0px;
max-width: 1170px!important;
max-height: auto!important;
margin-left: auto;
margin-right: auto;
}
.nivo-main-image {
display: block !important;
position: relative !important;
width: 100% !important;
height: auto;
}May 31, 2016 at 11:55 am #35532Hi Maycon,
There is only one slider image showing now. Kindly add more than one slider image so that we will send you css instruction.
Regards,
BradMay 31, 2016 at 5:33 pm #35562Sorry bud,
Updated, please look again
After the first slide the problem starts
June 1, 2016 at 5:13 am #35605Hi Maycon,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.slider-main{width:1170px; margin:0 auto;}
Regards,
BradJune 2, 2016 at 2:47 pm #35769Problem solved
Thanks again!
June 3, 2016 at 5:15 am #35823Hi Maycon,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/
Regards,
BradJune 4, 2016 at 6:09 pm #35986Hello again Brad
I did the changes, and now, my slider itsn’t responsive on mobiles
May u help-me again?
tnkz
June 6, 2016 at 5:26 am #36065Hi Maycon,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (max-width:767px) {
.slider-main{width:100% !important;}
}Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.