#115832 image switch space removal
Landing › Forums › Jupiter WordPress Theme › image switch space removal
-
AuthorPosts
-
Sergio Torres 2 years, 1 month ago
Hi. How can i remove the space bellow this image switch? In attachment. Thank you
Nodari Support Team 2 years, 1 month agoHi Sergio
Try to use thi css code:
.mk-image-switch.fading-animation .image__container img {
height: inherit;
}and check again,
Code can be added in the Page css setting https://prnt.sc/11k15u6
Thanks
Sergio Torres 2 years, 1 month agoHi. It seems to be streching the images instead of using they real height. in attachment print. Thank you
Amir Rather 2 years, 1 month agoPlease try the below CSS instead:
.mk-image-switch .image__container { height: auto !important; } .mk-image-switch { height: auto !important; }
Sergio Torres 2 years, 1 month agoHi. better but still a white space between the rows. In attachment.
Amir Rather 2 years, 1 month agoHi There
I added the below line of CSS as well, please check now:
.theme-page-wrapper:not(.full-width-layout) .mk-fullwidth-true.vc_row .vc_col-sm-12 { margin-bottom: -4px; }
Regards
Sergio Torres 2 years, 1 month agoHi. It worked. Thank you. I wasn’t able to sign in to answer this post, don’t know why. But was able now. Still related to this website, is it possible to pass from one image to the other in this diagonal shape divider without having color between? I tried without color but it doesn’t show the diagonal change between them. In attachment
Tatyana Hutsol 2 years, 1 month agoHello,
Sorry for a delay.
Unfortunately it can’t be set without color.
You may try using the colors that are familiar with the colors in your images.
Thank you for understanding.
Regards.
Sergio Torres 1 year, 10 months agoHi. About this, there’s still a space in between image switch. in attachment. Can you please check why? Thank you
Nodari Support Team 1 year, 10 months agoHI there
Should be fixed now, I used this css code:
.mk-image-switch .image__container { height: auto !important; }
Regards
Sergio Torres 1 year, 10 months agoHi. Didn’t work. Print of css in attachment. Thank you
Nodari Support Team 1 year, 10 months agoGood morning Sergio
Sorry, I was not able to access your site today,
its my mistake in the CSS code, please use this css code instead and it will fix your problem:.mk-image-switch .image__container { display: block !important; }
Thanks
Nodari Support Team 1 year, 10 months agoGood morning Sergio
First of all, thank you for your patience, its appreciated 🙂
Hm, strange, but I see it’s now fixed from my side? https://prnt.sc/19dzbwc maybe you did not clear the cache?
Thanks again
Sergio Torres 1 year, 10 months agoHi. I see it ok too. thank you. can you tell me how to remove this space in mobile version? In attachment
Sergio Torres 1 year, 10 months agoi don’t see the attachment so here it goes again
Nodari Support Team 1 year, 10 months agoHi Sergio
You want to entirely hide the selected section on the screenshot or just a hide section under the buttons? https://prnt.sc/19ny240
Regards
Alexander Hutsol 1 year, 10 months agoHello,
Please add this code in Theme Options > Advanced > Custom CSS:
@media (max-width: 480px){#gallery-loop-36 { margin-top: -100px; }}
Regards.
Tatyana Hutsol 1 year, 10 months agoHello,
I added “!important” to the code:
@media (max-width: 480px){#gallery-loop-36 { margin-top: -100px !important; }}
Now it’s applied.
Please check.
Regards.
Sergio Torres 1 year, 7 months agoHi. On this website on page https://webworld.pt/gymnasium/ginasio-faro/ how can i put in mobile this content (old.jpg) like in attachment new.jpg? Thank you
Mohsin Al-Rabieai Support Team 1 year, 7 months agoHi Sergio,
You need to make sure your mobile version of the columns have 1/2 (6/12) width. Check the Width and Responsive option of the WPBakery columns here:
and here:
This question can be addressed very well if you know how to work with WPBakery.
Bests
Sergio Torres 1 year, 6 months agoHi. On the homepage the anchors links on mobile don’t seem to work. they work on desktop reducing the screen but in mobile device no. I also tried creating a new page section with different id but still not working. It’s the purple rectangles that say clica aqui para uma experiência grátis. Thank you
Mohsin Al-Rabieai Support Team 1 year, 6 months agoHi Sergio,
They actually work, however they are not smoothly moving to the anchor point. The reason is that you have two anchor links for each position. On the desktop version, you have this CSS class added to the link:
class="js-smooth-scroll"
While on the mobile version, you don’t have this CSS class. This CSS class will make every link to smoothly scroll to the anchor point. So, just adding this to the links like the screenshot would do the job.
Hope it helps 🙂
Alexander Hutsol 1 year, 6 months agoHello,
You are welcome 🙂
Feel free to create a new topic if you have any other questions.
Regards.
-
AuthorPosts