Magnin Popular Articles Arrow Controller - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Magnin Popular Articles Arrow Controller

Yofie Setiawan

Yofie Setiawan

Template 2 years ago

Hi,

I try to adjust the max-height of Popular Articles module on blog page. However it affect when the item changing to another, suddenly the text jump to the bottom of the image.

https://ibb.co/5Mz6zQK

How can i fix this? Thank you

This is what i add on custom css

.view-category .blog #articleCarouselSlide .carousel-inner {
  min-height: 460px;
}
0
5 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #134851

Hi

Thanks for contacting us, Could you please give me your site URL?

-Regards.

0
Yofie Setiawan
Yofie Setiawan
Accepted Answer
2 years ago #134866
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #134980

Isn't it ok?

https://prnt.sc/qvufq_oMVdfD

Could you please explain your issue a bit more?

0
Yofie Setiawan
Yofie Setiawan
Accepted Answer
2 years ago #135054

If you look carefully, when clicking on the navigation, the article change to another, the text jump to the bottom of the image, before then move to the right side of the image.

0
Pavel
Pavel
Accepted Answer
2 years ago #135078

Hi Yofie.

Try this instead of your code

.view-category .blog #articleCarouselSlide .carousel-inner {
    height: 400px;
}

And additionally you need to configure via CSS the position of the prev/next buttons

0