- Posts: 4
COMMUNITY FORUM
Buttons show up too low
- Sander
-
Topic Author
- Offline
- New Member
Less
More
8 years 6 months ago #158391
by Sander
Buttons show up too low was created by Sander
Hello, I'm trying to use AV plugin player for some mp3-files. It is working fine with some Joomla sites I've made in the recent past, but for a new Joomla site that is under construction the Play and Volume buttons are displayed too low (see screenshot: imgur.com/a/swDTP). Any suggestions on how to fix this problem? (Joomla v 3.6.2. - JoomlaWorks 'AllVideos' Plugin v4.7.0). Thanks.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 6 months ago #158398
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Buttons show up too low
Hello,
Is there a link to the issue please?
Is there a link to the issue please?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Sander
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
8 years 6 months ago #158399
by Sander
Replied by Sander on topic Buttons show up too low
The website is still offline, so no internet link yet, if that's what you meant with "is there a link".
Is the screenshot of use (imgur.com/a/swDTP)?
Could it perhaps be related to the template used?
Please let me know if you need additional info.
Thanks.
Is the screenshot of use (imgur.com/a/swDTP)?
Could it perhaps be related to the template used?
Please let me know if you need additional info.
Thanks.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 6 months ago #158401
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Buttons show up too low
It could be related to the template or it could be an initialisation issue.
I will need a live URL in order to verify this.
I will need a live URL in order to verify this.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Sander
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
8 years 6 months ago #158674
by Sander
Replied by Sander on topic Buttons show up too low
Dear Krikor,
The website is now online.
Please have a look at www.deirdreangenent.com/index.php/audio-video.
Can you discover where things go wrong regarding the buttons?
Thx, Sander
The website is now online.
Please have a look at www.deirdreangenent.com/index.php/audio-video.
Can you discover where things go wrong regarding the buttons?
Thx, Sander
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 6 months ago #158692
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Buttons show up too low
Hello Sander,
Paste this snippet in your template's stylesheet.
Paste this snippet in your template's stylesheet.
.jwplay, .jwmute { margin-top: -9px; }
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Sander
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
8 years 6 months ago - 8 years 6 months ago #158723
by Sander
Replied by Sander on topic [SOLVED] Buttons show up too low
Hello Krikor,
Your suggestion to add the line
..jwplay, .jwmute { margin-top: -9px; }
to the template's style sheet unfortunately did not show any change.
However, it triggered me to go through the complete style sheet more in detail and after deactivating the "margin" line for buttons:
/* margin:10px 0; */
it did result in the change I was looking for.
Now let's hope it doesn't also move other buttons in the website ;o)
Many thanks for your quick replies each time!
Cheers,
Sander
Your suggestion to add the line
..jwplay, .jwmute { margin-top: -9px; }
to the template's style sheet unfortunately did not show any change.
However, it triggered me to go through the complete style sheet more in detail and after deactivating the "margin" line for buttons:
/* margin:10px 0; */
it did result in the change I was looking for.
Now let's hope it doesn't also move other buttons in the website ;o)
Many thanks for your quick replies each time!
Cheers,
Sander
Last edit: 8 years 6 months ago by Sander.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 5 months ago #158728
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic [SOLVED] Buttons show up too low
Basically it's the same principle,
instead of the negative margin you remove the the top margin.
Kudos :)
instead of the negative margin you remove the the top margin.
Kudos :)
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.