Help Center

Powered by Minitek FAQ Book
Loading...

Adjustment of article view

SD
Sebastian DürrschmidtPosted 2 years ago
Joomla! Extensions - Professional Subscription

Hi, Please check the site I am working on. I wanted to adjust the Slider items so that they are aligned on top. Somehow I really struggle with this. Vertical-align: top doesnt seem to work and  justify-content: flex-start; also not working

Could you please have a look and help out:

https://www.treasurehunt-design.com/_testserver/outdoor/

Loading...
0
#3391

3 answers

M
MinitekPosted 2 years agoModerator

Hi there,

I don't see any slider in the page.

SD
Sebastian DürrschmidtPosted 2 years ago

Hello,

 

Please click on the German flag on the homepage. There you will see the slider in the main content.

 

Regards,

Sebastian

M
MinitekPosted 2 years agoModerator

Hi Sebastian,

Try the following css:

.mslider-item {
  top: 0 !important;
  transform: none !important;
}