Shape 5

Joomla Templates => No1 Shopping - Club => : brunsgaard November 30, 2017, 03:24:42 AM



: s5_is_slide_css
: brunsgaard November 30, 2017, 03:24:42 AM
Hi

Why ain't the image and the hover and cover color the same height? And how can I fix it?

Best regards
Thomas Frost


: Re: s5_is_slide_css
: jonahh November 30, 2017, 11:20:20 AM
Hello,

Please post a URL and I can assist with this.

Thanks,


: Re: s5_is_slide_css
: brunsgaard December 01, 2017, 01:11:20 AM
http://brunsgaard-as.com/index.php/forside4

//Thomas


: Re: s5_is_slide_css
: jonahh December 01, 2017, 11:21:39 AM
Ok, add this to your custom.css file and this should do it:

:
.s5_is_css_6 .s5_is_slide_css, .s5_is_css_5 .s5_is_slide_css {
transform: translateY(-100%);
-ms-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
}


: Re: s5_is_slide_css
: brunsgaard December 04, 2017, 01:17:58 AM
I also had to add  !important, but now it works.

Thank you.

.s5_is_css_6 .s5_is_slide_css, .s5_is_css_5 .s5_is_slide_css {
transform: translateY(-100%) !important;
-ms-transform: translateY(-100%) !important;
-webkit-transform: translateY(-100%) !important;
}