help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

[SOLVED] link space behind button to small

Re: link space behind button to small

5 years 9 months ago - 5 years 9 months ago
#25786
I think I found the problem:
Your template's style.css sets for "h1.componentheading" the value "position: relative".
So you need to add some custom css to fix the problem with the JEM componentheadings. Insert the following code to a css file. The best would be, if you have a custom css file, otherwise you can use the jem.css file but that will be overritten in the next update.
Code:
div#jem h1.componentheading { position: unset !important; }

This css code changes only the behavior of JEMs componentheadings and touches not the other componentheadings.

Thanks to your previous work (two lines / same line) it was easy to find. Good teamwork! ;)
Last edit: 5 years 9 months ago by Egnarts.
The following user(s) said Thank You: alexsupport

Please Log in or Create an account to join the conversation.

Re: [SOLVED] link space behind button to small

5 years 9 months ago
#25787
THANK YOU!

I added the line into the styles.css of the tamplate and after a pagerefres it now works correctly.

Thank you for your time and effort!
The following user(s) said Thank You: jojo12

Please Log in or Create an account to join the conversation.

Time to create page: 0.537 seconds