Twitter Button
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Wed May 20, 2015 9:12 pm
- Reply with quote
- Report this post
Dear gavick team,
can you pls. help me to adjust the twitter button. Currently it is placed not in line with other buttons. See screenshot or visit any page on schufa-nicht-notwendig.de:
I tried to find the place where this peace of html code is generated but still cannot find it. I think it would be easiest to remove "position: static;", but if there is a better solution I would be happy to hear any solution.
I use the Theme Bluap Gavern v.3.15 on Joomla 3.3.6
THX in advnace!
Denis
can you pls. help me to adjust the twitter button. Currently it is placed not in line with other buttons. See screenshot or visit any page on schufa-nicht-notwendig.de:
2015-05-20_21h59_59.png
I tried to find the place where this peace of html code is generated but still cannot find it. I think it would be easiest to remove "position: static;", but if there is a better solution I would be happy to hear any solution.
- Code: Select all
<iframe style="[u]position: static;[/u] visibility: visible; width: 70px; height: 20px;" data-twttr-rendered="true" title="Twitter Tweet Button" class="twitter-share-button twitter-tweet-button twitter-share-button twitter-count-none" src="http:.....
I use the Theme Bluap Gavern v.3.15 on Joomla 3.3.6
THX in advnace!
Denis
-
- Fresh Boarder
- GK User
- Thu May 21, 2015 8:39 pm
- Reply with quote
- Report this post
Hello,
Please add the following CSS code in any CSS file at the end:
Please add the following CSS code in any CSS file at the end:
- Code: Select all
iframe#twitter-widget-0 {
top: -4px!important;
position: relative!important;
}
-
- Administrator
- GK User
- Thu May 21, 2015 10:48 pm
- Reply with quote
- Report this post
thx! sometimes a solution is too simple to see it right away
-
- Fresh Boarder
3 posts
• Page 1 of 1