Joomla module cannot fit in the template correctly again

New Issue
PS Circle Hover Effect Stella
  • (1 Ratings)

Hi,

firstly - I am sorry for my English.

I have problem with your module. When I show your module on my web it does not show correctly. I use Rockettheme template with Gantry framework. I thought this problem is cause by RT template or Gantry. I asked help on RT forum and they replied me it is your (developer) problem.

1. you will need to use that in media queries so that you can set a different value per viewport

2. That 3rd party component is not working properly anyway in that it doesn't see to be designed to work responsively (it wraps and stacks images). So, you need to talk to the developer about that.

They advice me small "piece of code". When I put the code into my template it works. But it works only for 1 position in my template. I am not a coder and I do not know create still new and new "piece of code" for another positions.

here is a link on my test page

http://test.saveafricananimals.com/features/fotogalerie/test

Please can you help me?

2 Responses

AppClave

7 years ago #163

Hi Stella,

Can you add below CSS code to your "template.less" file(find it from your site less folder of template directory).

.tm_csshovereffect{
   min-height: 400px;
}

We hope you are doing well.

Regards,
AppClave Team

Stella

7 years ago #164

Hi,

Thank you very much for your help. It works. I got this code on RT forum:

.menu-test #rt-expandedbottom .rt-block{

  min-height: 400px;
}

but as I said it works only in certain template position.

I did not put it in the template file as you wrote because it could overwrite in next Gantry framework update. Rockettheme has special file in template called PCMSHAPER-custom.css.

I put your code in this file and it works. I will also try it in another template positions, it should work.

Thank you.

Submit Your Response