Closed (fixed)
Project:
Responsive Blog
Version:
7.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2012 at 00:41 UTC
Updated:
25 Oct 2012 at 08:47 UTC
Hi,
After I installed and configured the theme banner arrows remained visible in the background. It always happens in the theme admin area and sometimes remains visible after returning to the home page. I have tried various installations on a live server and drupal dev desktop resulting in the same problem.
Thank you for your suggestions and feedback!!
Comments
Comment #1
Yannick WEBER commentedHi Marek H
I've posted the same issue, I haven't seen yours before I've posted it.
I think I found a solution.
You need to edit styles.css and modify the z-index value for next and previous button.
So open styles.css, go the line 549 and replace :
z-index: 999;with
z-index: 99;Comment #2
devsaran commentedIt is Fixed in 7.x-1.4