Hello, in the default jomsocial theme, each uploaded video has three icons that appear when hovering over. With the gk_style jomsocial theme, the three icons are converted to three text links. They are out of alignment. How can we fix?
#community-wrap div.album-actions {position: absolute;width: 200px;}
body #community-wrap .album-actions{display: none;position: absolute; top: 0; right: 0; background: #222;padding: 4px;-moz-border-radius: 4px;}
body #community-wrap .album-actions a {color: #fff;}
body #community-wrap .album-actions a:hover {text-decoration: underline;}
buzzcloud wrote:Can anyone help with this? The video links are fixed, but now the my photo page .album-actions are appearing way in the upper right corner. Based on the fix that was provided for the video actions, it looks like they use the same code... I am not sure if the photo actions need there own class...
Not sure how to do this.
PS - Please make gk_style Jomsocial 2.x compatible.
Seichinha wrote:ok so try adding this lines on ../components/com_community/templates/gk_style/css/style.css
- Code: Select all
body #community-wrap .album-actions{display: none;position: absolute; top: 0; right: 0; background: #222;padding: 4px;-moz-border-radius: 4px;}
body #community-wrap .album-actions a {color: #fff;}
body #community-wrap .album-actions a:hover {text-decoration: underline;}
It should look something like this:screen_2011-06-03.png
Cheers
buzzcloud wrote:After I made this change that you sent me, it started messing up the alignment on all other pages that reference .album-actions... does that make sense?
Seichinha wrote:buzzcloud wrote:After I made this change that you sent me, it started messing up the alignment on all other pages that reference .album-actions... does that make sense?
No. I don't see why
That why i ask you same example because i just can't reproduce the problem on my side.