-
AuthorPosts
-
wendyp Friend
wendyp
- Join date:
- October 2012
- Posts:
- 18
- Downloads:
- 15
- Uploads:
- 9
- Thanks:
- 14
- Thanked:
- 1 times in 1 posts
January 17, 2014 at 8:43 am #193816Hi, I have JA Lens installed on Joomla3 site. In my K2 articles I have the social buttons G+, FB Like and Twitter. When a visitor clicks the Facebook like icon, the dropdown input box is hidden behind the next element below it, which is the “Tagged under….” and “More in this category….”. If the visitor clicks to like they cannot complete the task and hit the button to publish as it’s hidden. How do I correct his so that the input box displays above the next elements. Attached is a screenshot which illustrates the problem. Thankyou.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 21, 2014 at 2:24 am #519174My solution will help you to solve this problem
Open templates/ja_lens/css/k2.css file
Change
.itemView .itemSocialSharing {
overflow: hidden;
margin: 10px 0;
height: 30px;
}
To
.itemView .itemSocialSharing {
overflow: inherit;
margin: 10px 0;
height: 30px;
}1 user says Thank You to Ninja Lead for this useful post
wendyp Friendwendyp
- Join date:
- October 2012
- Posts:
- 18
- Downloads:
- 15
- Uploads:
- 9
- Thanks:
- 14
- Thanked:
- 1 times in 1 posts
January 21, 2014 at 4:58 am #519198Thanks for your help, I think the problem is solved now with this suggestion. 🙂
1 user says Thank You to wendyp for this useful post
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by wendyp 10 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Facebook like input box is partially hidden
Viewing 3 posts - 1 through 3 (of 3 total)