Css problem

164 views
Skip to first unread message

banerjee...@gmail.com

unread,
Sep 16, 2014, 3:20:13 AM9/16/14
to suppor...@runmyprocess.com
Hi,

I have created a web interface, and then i am implementing my own css file, but after executing the css the rmp basket is coming inside the rmp menu.


and when i am trying off the position : abosolute of portal 2.css then my custom css is not working.


Could you please tell me how to stop the working of portal 2.css.

For better understanding i am attaching the screenshot and the css .


css problem.png
new 6.css

Bidisha Das

unread,
Sep 16, 2014, 3:55:19 AM9/16/14
to suppor...@runmyprocess.com, banerjee...@gmail.com
Hi Somjit,

We can't deactivate portal2.css as it is RMP's inbuilt CSS functionality.

But you can  try with the following code inside your CSS code:

#rmp_basket_container
{
position: absolute;
 z-index: -1;
}


Thanks & Regards
Bidisha

Somjit Banerjee

unread,
Sep 16, 2014, 4:13:27 AM9/16/14
to suppor...@runmyprocess.com
Hi Bidisha,

I have tried to implement the code you have send but afetr implementing the code the rmp basket is not coming itself.

Bidisha Das

unread,
Sep 16, 2014, 4:21:08 AM9/16/14
to suppor...@runmyprocess.com, banerjee...@gmail.com
Hi Somjit,
Can you use #rmp_basket  instead of  #rmp_basket_container and check if its working,


Thanks & Regards
Bidisha

Somjit Banerjee

unread,
Sep 16, 2014, 4:25:55 AM9/16/14
to suppor...@runmyprocess.com
Hi Bidisha,

I have made the changes that you have said but the i am still facing the earlier problem i.e the rmp basket is still coming under the menu.

Bidisha Das

unread,
Sep 16, 2014, 5:16:49 AM9/16/14
to suppor...@runmyprocess.com, banerjee...@gmail.com
Hi Somjit,
Please  make the following changes in your CSS code :   position: inherit; and   z-index: initial;
                                             #rmpmenu {
                                             margin: 3px;
                                             padding-right: 849px;
                                             height: 25px;
                                             background-color: #00904b;
                                             z-index: 149;
                                             position: inherit;
                                             }

                                           . actionBox #rmp_basket {
                                             width: 130px;
                                             z-index: initial;
                                             }


Thanks & Regards
Bidisha

Somjit Banerjee

unread,
Sep 16, 2014, 5:34:52 AM9/16/14
to suppor...@runmyprocess.com
Hi Bidisha,

The issue has been solved thank you so much fro the help.
Reply all
Reply to author
Forward
0 new messages